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

addrinfo

Declaration

Source position: jwaws2tcpip.pas line 471

type addrinfo = record

  ai_flags: Integer;

  ai_family: Integer;

  ai_socktype: Integer;

  ai_protocol: Integer;

  ai_addrlen: SIZE_T;

  ai_canonname: PAnsiChar;

  ai_addr: PSockAddr;

  ai_next: LPADDRINFO;

end;


Documentation generated on: 2025-07-25