Home
last modified time | relevance | path

Searched defs:_CFFILE (Results 1 – 3 of 3) sorted by relevance

/reactos/base/setup/usetup/spapisup/
H A Dcabinet.c116 typedef struct _CFFILE struct
118 ULONG FileSize; // Uncompressed file size in bytes
119 ULONG FileOffset; // Uncompressed offset of file in the folder
120 USHORT FolderIndex; // Index number of the folder that contains this file
121 USHORT FileDate; // File date stamp, as used by DOS
122 USHORT FileTime; // File time stamp, as used by DOS
123 USHORT Attributes; // File attributes (CAB_ATTRIB_*)
124 CHAR FileName[ANYSIZE_ARRAY];
/reactos/win32ss/user/winsrv/consrv/frontends/tui/
H A Dtuiterm.c47 typedef struct _CFFILE struct
49 ULONG FileSize; // Uncompressed file size in bytes
50 ULONG FileOffset; // Uncompressed offset of file in the folder
51 USHORT FileControlID; // File control ID (CAB_FILE_*)
52 USHORT FileDate; // File date stamp, as used by DOS
53 USHORT FileTime; // File time stamp, as used by DOS
54 USHORT Attributes; // File attributes (CAB_ATTRIB_*)
/reactos/sdk/tools/cabman/
H A Dcabinet.h184 typedef struct _CFFILE struct
186 ULONG FileSize; // Uncompressed file size in bytes
187 ULONG FileOffset; // Uncompressed offset of file in the folder
188 USHORT FileControlID; // File control ID (CAB_FILE_*)
189 USHORT FileDate; // File date stamp, as used by DOS
190 USHORT FileTime; // File time stamp, as used by DOS
191 USHORT Attributes; // File attributes (CAB_ATTRIB_*)