System.Zip.TZip64ExtraHeader
Delphi
TZip64ExtraHeader = packed record
C++
struct DECLSPEC_DRECORD TZip64ExtraHeader
{
public:
unsigned __int64 UncompressedSize;
unsigned __int64 CompressedSize;
unsigned __int64 LocalHeaderOffset;
System::UInt32 DiskNumberStart;
};
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.