DoxigAlpha

GetQueuedCompletionStatusEx

Function parameters

Parameters

#
lpCompletionPortEntries:[*]OVERLAPPED_ENTRY
ulNumEntriesRemoved:*ULONG

Functions in this namespace

Functions

#

Source

Implementation

#
pub extern "kernel32" fn GetQueuedCompletionStatusEx(
    CompletionPort: HANDLE,
    lpCompletionPortEntries: [*]OVERLAPPED_ENTRY,
    ulCount: ULONG,
    ulNumEntriesRemoved: *ULONG,
    dwMilliseconds: DWORD,
    fAlertable: BOOL,
) callconv(.winapi) BOOL