Function ws2_32::WSAConnectByNameA
[−]
[src]
pub unsafe extern "system" fn WSAConnectByNameA(
s: SOCKET,
nodename: LPCSTR,
servicename: LPCSTR,
LocalAddressLength: LPDWORD,
LocalAddress: LPSOCKADDR,
RemoteAddressLength: LPDWORD,
RemoteAddress: LPSOCKADDR,
timeout: *const timeval,
Reserved: LPWSAOVERLAPPED
) -> BOOL