Struct windows_sys::Win32::System::IO::OVERLAPPED_ENTRY
#[repr(C)]pub struct OVERLAPPED_ENTRY {
pub lpCompletionKey: usize,
pub lpOverlapped: *mut OVERLAPPED,
pub Internal: usize,
pub dwNumberOfBytesTransferred: u32,
}Expand description
Required features: "Win32_System_IO", "Win32_Foundation"
Fields§
§lpCompletionKey: usize§lpOverlapped: *mut OVERLAPPED§Internal: usize§dwNumberOfBytesTransferred: u32