tHeaderDataExW structure |
Top Previous Next |
The structure is used in function ReadHeaderExW. Syntax C++
Members FileName Type: wchar_t[1024]* File name with subfolders inside the archive. Flags Type: unsigned int Plugin must fill these bit fields correctly according to the table (if it supports corresponding features):
PackSize Type: unsigned int Lower 4 bytes of 64-bit file size after packing. PackSizeHigh Type: unsigned int Higher 4 bytes of 64-bit file size after packing. UnpSize Type: unsigned int Lower 4 bytes of 64-bit file size before packing. UnpSizeHigh Type: unsigned int Higher 4 bytes of 64-bit file size before packing. FileTime Type: unsigned int File modification date in MS DOS format. Method Type: unsigned int The number of archiving methods. Specific for each archive. FileAttr Type: unsigned int The bit field contains file attributes, according to the table:
ArcName, HostOS, FileCRC, UnpVer, CmtBuf, CmtBufSize, CmtSize, CmtState Not used at the moment, but may be defined. Reserved Type: char[1024] Not used and may not change. |