API:System.Zip.TZipEndOfCentralHeader

提供: RAD Studio API Documentation
移動先: 案内検索

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;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
System.Zip.pas
System.Zip.hpp
System.Zip System.Zip

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。