Searched refs:CompletionKey (Results 1 – 12 of 12) sorted by relevance
/reactos/dll/win32/kernel32/client/file/ |
H A D | iocompl.c | 67 IN ULONG_PTR CompletionKey, in CreateIoCompletionPort() argument 107 CompletionInformation.Key = (PVOID)CompletionKey; in CreateIoCompletionPort() 139 ULONG_PTR CompletionKey; in GetQueuedCompletionStatus() local 146 (PVOID*)&CompletionKey, in GetQueuedCompletionStatus() 172 *lpCompletionKey = CompletionKey; in GetQueuedCompletionStatus()
|
/reactos/ntoskrnl/io/iomgr/ |
H A D | iocomp.c | 524 Key = Irp->Tail.CompletionKey; in NtRemoveIoCompletion() 570 IN PVOID CompletionKey, in NtSetIoCompletion() argument 590 CompletionKey, in NtSetIoCompletion()
|
H A D | irp.c | 466 Irp->Tail.CompletionKey = Key; in IopCompleteRequest()
|
/reactos/sdk/include/ndk/ |
H A D | iofuncs.h | 482 _Out_ PVOID *CompletionKey, 538 _In_ PVOID CompletionKey, 965 _Out_ PVOID *CompletionKey, 1000 _In_ PVOID CompletionKey,
|
H A D | pstypes.h | 1506 PVOID CompletionKey; member 1591 PVOID CompletionKey; member
|
/reactos/dll/win32/winfax/ |
H A D | winfax.c | 374 FaxInitializeEventQueue(HANDLE FaxHandle, HANDLE CompletionPort, ULONG_PTR CompletionKey, HWND hWnd… in FaxInitializeEventQueue() argument
|
/reactos/sdk/include/xdk/ |
H A D | nttmapi.h | 199 ULONG_PTR CompletionKey; member
|
H A D | winnt_old.h | 3852 PVOID CompletionKey; member
|
H A D | iotypes.h | 2815 PVOID CompletionKey;
|
/reactos/sdk/include/psdk/ |
H A D | winfax.h | 626 …itializeEventQueue(HANDLE FaxHandle, HANDLE CompletionPort, ULONG_PTR CompletionKey, HWND hWnd, UI…
|
/reactos/sdk/include/reactos/wine/ |
H A D | winternl.h | 2173 ULONG_PTR CompletionKey; member
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | process.c | 2755 port_info.CompletionKey = job; in test_CompletionPort()
|