Function windows_sys::Win32::Networking::WinSock::WSARecv
[−]pub unsafe extern "system" fn WSARecv(
s: SOCKET,
lpbuffers: *const WSABUF,
dwbuffercount: u32,
lpnumberofbytesrecvd: *mut u32,
lpflags: *mut u32,
lpoverlapped: *mut OVERLAPPED,
lpcompletionroutine: LPWSAOVERLAPPED_COMPLETION_ROUTINE
) -> i32
Expand description
Required features: "Win32_Networking_WinSock"
, "Win32_Foundation"
, "Win32_System_IO"