System.Zip.TZip64Header
Delphi
TZip64Header = packed record
C++
struct DECLSPEC_DRECORD TZip64Header
{
public:
System::UInt32 Signature;
__int64 HeaderSize;
System::UInt16 MadeByVersion;
System::UInt16 RequiredVersion;
System::UInt32 NumberOfDisks;
System::UInt32 CentralDirStartDisk;
unsigned __int64 NumEntriesThisDisk;
unsigned __int64 CentralDirEntries;
unsigned __int64 CentralDirSize;
unsigned __int64 CentralDirOffset;
};
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.