Type Alias windows::Win32::Networking::WinSock::LPWSPGETOVERLAPPEDRESULT
pub type LPWSPGETOVERLAPPEDRESULT = Option<unsafe extern "system" fn(s: SOCKET, lpoverlapped: *const OVERLAPPED, lpcbtransfer: *mut u32, fwait: BOOL, lpdwflags: *mut u32, lperrno: *mut i32) -> BOOL>;
Aliased Type§
enum LPWSPGETOVERLAPPEDRESULT {
None,
Some(unsafe extern "system" fn(_: SOCKET, _: *const OVERLAPPED, _: *mut u32, _: BOOL, _: *mut u32, _: *mut i32) -> BOOL),
}