Indy 9
TInAddr
Unit: IdWinSock2
TInAddr = packed record
  case integer of
    0: (S_un_b: SunB;);
    1: (S_un_w: SunW;);
    2: (S_addr: u_long;);
  end;
Unit
IdWinSock2
Members
S_un_b: SunB;
S_un_b
S_un_w: SunW;
S_un_w
S_addr: u_long;
S_addr
Description
TInAddr

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