Searched defs:CFileInfo (Results 1 – 2 of 2) sorted by relevance
13 struct CFileInfo struct15 bool SizeIsDefined;16 bool TimeIsDefined;17 UInt64 Size;18 FILETIME Time;19 UString Name;21 void SetTime(const FILETIME *t) in SetTime()48 void SetFileInfoControl(int textID, int iconID, const NOverwriteDialog::CFileInfo &fileInfo); argument
63 struct CFileInfo: public CFileInfoBase struct88 bool FindFirst(CFSTR wildcard, CFileInfo &fileInfo); argument