[Overview][Resource strings][Types][Classes][Procedures and functions] Reference for unit 'ZipFile' (#mcl)

TEndOfCentralDirectoryRecordStart

Declaration

Source position: zipfile.pas line 99

type TEndOfCentralDirectoryRecordStart = packed record

  endofcentraldirsignature: LongWord;

  

  numberofthisdisk: Word;

  

  numberofthisdiskwithcd: Word;

  

  numberofcdentries: Word;

  

  totalnumberofcdentries: Word;

  

  sizeofthecentraldirectory: LongWord;

  

  cdoffset: LongWord;

  

  ZIPfilecommentlength: Word;

  

end;