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

TAbZipEndOfCentralDirectoryRecord

Declaration

Source position: AbZipTyp.pas line 111

type TAbZipEndOfCentralDirectoryRecord = packed record

  Signature: LongInt;

  

  DiskNumber: Word;

  

  StartDiskNumber: Word;

  

  EntriesOnDisk: Word;

  

  TotalEntries: Word;

  

  DirectorySize: LongWord;

  

  DirectoryOffset: LongWord;

  

  CommentLength: Word;

  

end;



CT Web help

CodeTyphon Studio