Indy 9
type_3_message_header
See Also, Unit: IdNTLM
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;
Unit
IdNTLM
Members
protocol: array [1..8] of Char;
protocol
_type: LongWord;
type
lm_resp_len1: Word;
lm_resp_len1
lm_resp_len2: Word;
lm_resp_len2
lm_resp_off: LongWord;
lm_resp_off
nt_resp_len1: Word;
nt_resp_len1
nt_resp_len2: Word;
nt_resp_len2
nt_resp_off: LongWord;
nt_resp_off
dom_len1: Word;
dom_len1
dom_len2: Word;
dom_len2
dom_off: LongWord;
dom_off
user_len1: Word;
user_len1
user_len2: Word;
user_len2
user_off: LongWord;
user_off
host_len1: Word;
host_len1
host_len2: Word;
host_len2
host_off: LongWord;
host_off
zero: LongWord;
zero
msg_len: LongWord;
msg_len
flags: LongWord;
flags

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.