Internet Direct (Indy)
Home
PreviousUpNext
TgzHeaderRec Record
Pascal
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.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.