Unit 'IdWinsock2' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_indy]

hostent

Declaration

Source position: IdWinsock2.pas line 342

type hostent = record

  h_name: PIdAnsiChar;

  

  h_aliases: PPIdAnsiChar;

  

  h_addrtype: short;

  

  h_length: short;

  

  case Byte of

    0: (

        h_address_list: PPIdAnsiChar;

  

      );

    1: (

        h_addr: PIdAnsiChar;

  

      );

end;



CT Web help

CodeTyphon Studio