#include <ZipCentralDir.h>
Public Member Functions | |
CZipFindFast () | |
CZipFindFast (CZipFileHeader *pHeader, WORD uIndex) | |
Public Attributes | |
CZipFileHeader * | m_pHeader |
A pointer to the structure in CZipCentralDir. | |
WORD | m_uIndex |
The index in the central directory of the m_pHeader. |
A structure for the internal use only.
CZipArchive::GetFindFastElement
Definition at line 56 of file ZipCentralDir.h.
|
A pointer to the structure in CZipCentralDir. We extract a name from it. Definition at line 67 of file ZipCentralDir.h. |