Searched defs:_CFFILE (Results 1 – 3 of 3) sorted by relevance
116 typedef struct _CFFILE struct118 ULONG FileSize; // Uncompressed file size in bytes119 ULONG FileOffset; // Uncompressed offset of file in the folder120 USHORT FolderIndex; // Index number of the folder that contains this file121 USHORT FileDate; // File date stamp, as used by DOS122 USHORT FileTime; // File time stamp, as used by DOS123 USHORT Attributes; // File attributes (CAB_ATTRIB_*)124 CHAR FileName[ANYSIZE_ARRAY];
47 typedef struct _CFFILE struct49 ULONG FileSize; // Uncompressed file size in bytes50 ULONG FileOffset; // Uncompressed offset of file in the folder51 USHORT FileControlID; // File control ID (CAB_FILE_*)52 USHORT FileDate; // File date stamp, as used by DOS53 USHORT FileTime; // File time stamp, as used by DOS54 USHORT Attributes; // File attributes (CAB_ATTRIB_*)
184 typedef struct _CFFILE struct186 ULONG FileSize; // Uncompressed file size in bytes187 ULONG FileOffset; // Uncompressed offset of file in the folder188 USHORT FileControlID; // File control ID (CAB_FILE_*)189 USHORT FileDate; // File date stamp, as used by DOS190 USHORT FileTime; // File time stamp, as used by DOS191 USHORT Attributes; // File attributes (CAB_ATTRIB_*)