table of contents
other versions
- wheezy 1.4.1-4
RtlDeregisterWaitEx(3w) | Wine API | RtlDeregisterWaitEx(3w) |
NAME¶
RtlDeregisterWaitEx (NTDLL.@)SYNOPSIS¶
NTSTATUS RtlDeregisterWaitEx(
HANDLE WaitHandle,
HANDLE CompletionEvent
)
DESCRIPTION¶
Cancels a wait operation and frees the resources associated with calling RtlRegisterWait().PARAMS¶
WaitObject [In] Handle to the wait object to free.RETURNS¶
Success: STATUS_SUCCESS. Failure: Any NTSTATUS code.IMPLEMENTATION¶
Declared in "winternl.h". Implemented in "dlls/ntdll/threadpool.c". Debug channel "threadpool".Oct 2012 | Wine API |