Searched defs:CFileInfo (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/Windows/
H A DFileFind.h61 struct CFileInfo: public CFileInfoBase struct in namespace:NWindows::NFile::NFind
70 typedef CFileInfo CFileInfoW;
89 bool FindFirst(LPCTSTR wildcard, CFileInfo &fileInfo);
90 bool FindNext(CFileInfo &fileInfo);
111 bool NextAny(CFileInfo &fileInfo);
115 bool Next(CFileInfo &fileInfo);
116 bool Next(CFileInfo &fileInfo, bool &found);

Completed in 81 milliseconds