System.Zip.TZip64Header

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TZip64Header = packed record

C++

struct DECLSPEC_DRECORD TZip64Header
{
public:
    unsigned Signature;
    __int64 HeaderSize;
    System::Word MadeByVersion;
    System::Word RequiredVersion;
    unsigned NumberOfDisks;
    unsigned 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.