System.Zip.TZip64ExtraHeader

提供:RAD Studio API Documentation

Delphi

TZip64ExtraHeader = packed record

C++

struct DECLSPEC_DRECORD TZip64ExtraHeader
{
public:
    unsigned __int64 UncompressedSize;
    unsigned __int64 CompressedSize;
    unsigned __int64 LocalHeaderOffset;
    System::UInt32 DiskNumberStart;
};

プロパティ

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

説明

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