System.Zip.TZip64EndOfCentralHeader
Delphi
TZip64EndOfCentralHeader = packed record
C++
struct DECLSPEC_DRECORD TZip64EndOfCentralHeader
{
public:
unsigned Signature;
unsigned CentralDirStartDisk;
unsigned __int64 Zip64CentralDirOffset;
unsigned TotalNumberOfDisks;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | System.Zip.pas System.Zip.hpp |
System.Zip | System.Zip |
Description
Embarcadero Technologies does not currently have any additional information.