Unit 'JwaWinsock2' Package
[Overview][Constants][Types][Procedures and functions][Index] [#winunits-jedi]

hostent

Declaration

Source position: jwawinsock2.pas line 247

type hostent = record

  h_name: PChar;

  h_aliases: PPChar;

  h_addrtype: SmallInt;

  h_length: SmallInt;

  case Integer of

    0: (

        h_addr_list: PPChar;

      );

    1: (

        h_addr: PPChar;

      );

end;


Documentation generated on: 2023-03-18