System.Zip.TZip64Header

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

Delphi

TZip64Header = packed record

C++

struct DECLSPEC_DRECORD TZip64Header
{
public:
    System::UInt32 Signature;
    __int64 HeaderSize;
    System::UInt16 MadeByVersion;
    System::UInt16 RequiredVersion;
    System::UInt32 NumberOfDisks;
    System::UInt32 CentralDirStartDisk;
    unsigned __int64 NumEntriesThisDisk;
    unsigned __int64 CentralDirEntries;
    unsigned __int64 CentralDirSize;
    unsigned __int64 CentralDirOffset;
};

プロパティ

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

説明

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