Function ws2_32::WSAConnectByNameW [] [src]

pub unsafe extern "system" fn WSAConnectByNameW(
    s: SOCKET,
    nodename: LPWSTR,
    servicename: LPWSTR,
    LocalAddressLength: LPDWORD,
    LocalAddress: LPSOCKADDR,
    RemoteAddressLength: LPDWORD,
    RemoteAddress: LPSOCKADDR,
    timeout: *const timeval,
    Reserved: LPWSAOVERLAPPED
) -> BOOL