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

LPFN_WSACONNECTBYNAMEW

Declaration

Source position: IdWinsock2.pas line 2806

type LPFN_WSACONNECTBYNAMEW = function(

  const s: TSocket;

  nodename: PWChar;

  servicename: PWChar;

  var LocalAddressLength: DWORD;

  LocalAddress: LPSOCKADDR;

  var RemoteAddressLength: DWORD;

  RemoteAddress: LPSOCKADDR;

  timeout: PTimeVal;

  Reserved: LPWSAOVERLAPPED

):Integer;



CT Web help

CodeTyphon Studio