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