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

ADDRINFOEXW

Declaration

Source position: IdWinsock2.pas line 4453

type ADDRINFOEXW = record

  ai_flags: Integer;

  

  ai_family: Integer;

  

  ai_socktype: Integer;

  

  ai_protocol: Integer;

  

  ai_addrlen: size_t;

  

  ai_canonname: PWideChar;

  

  ai_addr: PSOCKADDR;

  

  ai_blob: Pointer;

  

  ai_bloblen: size_t;

  

  ai_provider: LPGUID;

  

  ai_next: PADDRINFOEXW;

  

end;



CT Web help

CodeTyphon Studio