Unit 'IdNTLM' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_indy]

type_2_message_header

Declaration

Source position: IdNTLM.pas line 207

type type_2_message_header = packed record

  protocol: array [1..8] of UInt8;

  

  _type: UInt8;

  

  Pad: array [1..3] of UInt8;

  

  host_len1: UInt16;

  

  host_len2: UInt16;

  

  host_off: UInt32;

  

  flags: UInt16;

  

  Pad2: array [1..2] of UInt8;

  

  nonce: array [1..8] of UInt8;

  

  reserved: array [1..8] of UInt8;

  

  info_len1: UInt16;

  

  info_len2: UInt16;

  

  info_off: UInt32;

  

end;



CT Web help

CodeTyphon Studio