Struct windows_sys::Win32::Networking::WinSock::WSASENDMSG
#[repr(C)]pub struct WSASENDMSG {
pub lpMsg: *mut WSAMSG,
pub dwFlags: u32,
pub lpNumberOfBytesSent: *mut u32,
pub lpOverlapped: *mut OVERLAPPED,
pub lpCompletionRoutine: LPWSAOVERLAPPED_COMPLETION_ROUTINE,
}
Expand description
Required features: "Win32_Networking_WinSock"
, "Win32_Foundation"
, "Win32_System_IO"
Fields§
§lpMsg: *mut WSAMSG
§dwFlags: u32
§lpNumberOfBytesSent: *mut u32
§lpOverlapped: *mut OVERLAPPED
§lpCompletionRoutine: LPWSAOVERLAPPED_COMPLETION_ROUTINE