Unit 'AbZipTyp' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_abbrevia]

TAbZip64EndOfCentralDirectoryRecord

Declaration

Source position: AbZipTyp.pas line 91

type TAbZip64EndOfCentralDirectoryRecord = packed record

  Signature: LongInt;

  

  RecordSize: Int64;

  

  VersionMadeBy: Word;

  

  VersionNeededToExtract: Word;

  

  DiskNumber: LongWord;

  

  StartDiskNumber: LongWord;

  

  EntriesOnDisk: Int64;

  

  TotalEntries: Int64;

  

  DirectorySize: Int64;

  

  DirectoryOffset: Int64;

  

end;



CT Web help

CodeTyphon Studio