Function windows_sys::Win32::Networking::WinSock::WSAConnectByNameW
[−]pub unsafe extern "system" fn WSAConnectByNameW(
s: SOCKET,
nodename: PCWSTR,
servicename: PCWSTR,
localaddresslength: *mut u32,
localaddress: *mut SOCKADDR,
remoteaddresslength: *mut u32,
remoteaddress: *mut SOCKADDR,
timeout: *const timeval,
reserved: *mut OVERLAPPED
) -> BOOLExpand description
Required features: "Win32_Networking_WinSock", "Win32_Foundation", "Win32_System_IO"