Struct winapi::um::minwinbase::OVERLAPPED_ENTRY [−][src]
#[repr(C)]pub struct OVERLAPPED_ENTRY {
pub lpCompletionKey: ULONG_PTR,
pub lpOverlapped: LPOVERLAPPED,
pub Internal: ULONG_PTR,
pub dwNumberOfBytesTransferred: DWORD,
}Fields
lpCompletionKey: ULONG_PTRlpOverlapped: LPOVERLAPPEDInternal: ULONG_PTRdwNumberOfBytesTransferred: DWORDTrait Implementations
Returns the “default value” for a type. Read more