extern struct OVERLAPPED_ENTRY [src]

Fields

lpCompletionKey: ULONG_PTR
lpOverlapped: *OVERLAPPED
Internal: ULONG_PTR
dwNumberOfBytesTransferred: DWORD

Source

pub const OVERLAPPED_ENTRY = extern struct { lpCompletionKey: ULONG_PTR, lpOverlapped: *OVERLAPPED, Internal: ULONG_PTR, dwNumberOfBytesTransferred: DWORD, }