CZipCentralDir::Info Struct Reference

Stores general information about the central directory record. More...

#include <ZipCentralDir.h>

List of all members.

Public Attributes

DWORD m_uCentrDirPos
 the position of the beginning of the central directory (as located by Locate)
DWORD m_uBytesBeforeZip
 The number of bytes before the actual zip archive in a file. It is non-zero for self-extracting archives.
WORD m_uThisDisk
 number of the disk with the central directory end record (the number of disks in the disk-spanning archive)
WORD m_uDiskWithCD
 number of the disk with the start of the central directory
WORD m_uDiskEntriesNo
 total number of entries in the central dir on this disk
WORD m_uEntriesNumber
 total number of entries in the central dir
DWORD m_uSize
 size of the central directory (valid only if m_bOnDisk is true; use GetSize instead)
DWORD m_uOffset
 offset of start of central directory with respect to the starting disk number (as written in the central directory record); valid only if m_bOnDisk is true
bool m_bOnDisk
 true if the central directory is physically present in the archive

Protected Member Functions

bool CheckIfOK_1 ()
void SetBytesBeforeZip (bool bIsSpan)
bool CheckIfOK_2 ()
void DiskChange (int iCurrentDisk)

Friends

class CZipCentralDir


Detailed Description

Stores general information about the central directory record.

Definition at line 79 of file ZipCentralDir.h.


The documentation for this struct was generated from the following file:
ZipArchive Copyright © 2000 - 2006 Tadeusz Dracz . Generated at Fri Apr 7 13:55:25 2006.