Searched defs:CUpdateItem (Results 1 – 1 of 1) sorted by relevance
31 struct CUpdateItem struct33 int IndexInArchive;34 int IndexInClient;36 UInt64 CTime;37 UInt64 ATime;38 UInt64 MTime;40 UInt64 Size;41 UString Name;70 CUpdateItem(): in CUpdateItem() argument81 void SetDirStatusFromAttrib() { IsDir = ((Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0); } in SetDirStatusFromAttrib()