CZipCentralDir::CInfo Struct Reference
#include <ZipCentralDir.h>
List of all members.
Detailed Description
Stores general information about the central directory. Request this information with
CZipArchive::GetCentralDirInfo.
Member Function Documentation
| bool CZipCentralDir::CInfo::IsZip64 |
( |
|
) |
const [inline] |
Member Data Documentation
This value is true if the central directory is physically present in the archive; false otherwise.
The number of the volume with Zip64 End of Central Directory Record.
The position of the End of Central Directory Record. In the Zip64 it points to the Zip64 counterpart.
The total number of entries in the central directory.
The zero-based number of the volume with the End of Central Directory Record. To determine the total number of segments in the archive, add one to this value.
The offset of the start of the central directory with respect to the starting volume number. It is the value written in the central directory record. This value is valid only if m_bInArchive is true.
The size of the central directory. This value is valid only if m_bInArchive is true; in other cases use the GetSize method instead.
The total number of entries in the central directory on the last volume.
The number of the volume with the start of the central directory.
The documentation for this struct was generated from the following file: