Function windows_sys::Win32::Networking::WinSock::WSAGetOverlappedResult
[−]pub unsafe extern "system" fn WSAGetOverlappedResult(
s: SOCKET,
lpoverlapped: *const OVERLAPPED,
lpcbtransfer: *mut u32,
fwait: BOOL,
lpdwflags: *mut u32
) -> BOOL
Expand description
Required features: "Win32_Networking_WinSock"
, "Win32_Foundation"
, "Win32_System_IO"