System.Zip.TZip64ExtraHeader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TZip64ExtraHeader = packed record

C++

struct DECLSPEC_DRECORD TZip64ExtraHeader
{
public:
    unsigned __int64 UncompressedSize;
    unsigned __int64 CompressedSize;
    unsigned __int64 LocalHeaderOffset;
    unsigned 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.