API:System.Zip.TZipEndOfCentralHeader

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TZipEndOfCentralHeader = packed record

C++

struct DECLSPEC_DRECORD TZipEndOfCentralHeader
{
public:
    System::UInt16 DiskNumber;
    System::UInt16 CentralDirStartDisk;
    System::UInt16 NumEntriesThisDisk;
    System::UInt16 CentralDirEntries;
    System::UInt32 CentralDirSize;
    System::UInt32 CentralDirOffset;
    System::UInt16 CommentLength;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
System.Zip.pas
System.Zip.hpp
System.Zip System.Zip

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !