Internet Direct (Indy) Version 9.0.2 Beta
type_3_message_header
type_3_message_header = packed record
  protocol: array [1..8] of Char;
  _type: LongWord;
  lm_resp_len1: Word;
  lm_resp_len2: Word;
  lm_resp_off: LongWord;
  nt_resp_len1: Word;
  nt_resp_len2: Word;
  nt_resp_off: LongWord;
  dom_len1: Word;
  dom_len2: Word;
  dom_off: LongWord;
  user_len1: Word;
  user_len2: Word;
  user_off: LongWord;
  host_len1: Word;
  host_len2: Word;
  host_off: LongWord;
  zero: LongWord;
  msg_len: LongWord;
  flags: LongWord;
  end;
Description
The text for this record has been generated automatically.