#include <ZipCentralDir.h>
Used in fast finding files by the filename. A structure for the internal use only.
- See also
- CZipCentralDir::m_pFindArray
-
CZipArchive::FindFile
-
CZipArchive::EnableFindFast
◆ CZipFindFast()
| CZipCentralDir::CZipFindFast::CZipFindFast |
( |
CZipFileHeader * | pHeader, |
|
|
ZIP_INDEX_TYPE | uIndex ) |
|
inline |
Initializes a new instance with a file header and index.
- Parameters
-
| pHeader | Pointer to the file header. |
| uIndex | Index in the central directory. |
◆ m_pHeader
A pointer to the structure in CZipCentralDir. We extract a name from it.
◆ m_uIndex
| ZIP_INDEX_TYPE CZipCentralDir::CZipFindFast::m_uIndex |
The index in the central directory of the m_pHeader.
The documentation for this struct was generated from the following file: