Indy 9
type_1_message_header
See Also, Unit: IdNTLM
type_1_message_header = packed record
  protocol: array [1..8] of Char;
  _type: LongWord;
  flags: LongWord;
  dom_len1: Word;
  dom_len2: Word;
  dom_off: LongWord;
  host_len1: Word;
  host_len2: Word;
  host_off: LongWord;
  end;
Unit
IdNTLM
Members
protocol: array [1..8] of Char;
protocol
_type: LongWord;
type
flags: LongWord;
flags
dom_len1: Word;
dom_len1
dom_len2: Word;
dom_len2
dom_off: LongWord;
dom_off
host_len1: Word;
host_len1
host_len2: Word;
host_len2
host_off: LongWord;
host_off

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