Unit 'flcSocketLibSys' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_fundamentals]

addrinfoW

Declaration

Source position: flcSocketLibWindows.inc line 608

type addrinfoW = record

  ai_flags: Int32;

  

  ai_family: Int32;

  

  ai_socktype: Int32;

  

  ai_protocol: Int32;

  

  ai_addrlen: Int32;

  

  ai_canonname: PWideChar;

  

  ai_addr: PSockAddr;

  

  ai_next: PAddrInfoW;

  

end;



CT Web help

CodeTyphon Studio