Topic Path: Symbol Reference > Structs, Records, Enums > TgzHeaderRec Record
ContentsIndexHome
PreviousUpNext
TgzHeaderRec Record
File
TgzHeaderRec = packed record
  text: Integer;
  time: Cardinal;
  xflags: Integer;
  os: Integer;
  extra: PChar;
  extra_len: Cardinal;
  extra_max: Cardinal;
  name: PChar;
  name_max: Cardinal;
  comment: Cardinal;
  comm_max: Cardinal;
  hcrc: Integer;
  done: Integer;
end;

TgzHeaderRec is a Record type.

Topic generated.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.