Indy 9
THostEnt
Unit: IdWinSock2
THostEnt = packed record
  h_name: PChar;
  h_aliases: ^PChar;
  h_addrtype: Smallint;
  h_length: Smallint;
  case Byte of
    0: (h_address_list: ^PChar;);
    1: (h_addr: ^PChar;);
  end;
Unit
IdWinSock2
Members
h_name: PChar;
h_name
h_aliases: ^PChar;
h_aliases
h_addrtype: Smallint;
h_addrtype
h_length: Smallint;
h_length
h_address_list: ^PChar;
h_address_list
h_addr: ^PChar;
h_addr
Description
THostEnt

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