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

hostent

Declaration

Source position: jwawinsock2.pas line 254

type hostent = record

  h_name: PAnsiChar;

  h_aliases: PPAnsiChar;

  h_addrtype: SmallInt;

  h_length: SmallInt;

  case Integer of

    0: (

        h_addr_list: PPAnsiChar;

      );

    1: (

        h_addr: PPAnsiChar;

      );

end;


Documentation generated on: 2025-07-25