RtlDeregisterWait(3w)
NAME
RtlDeregisterWait (NTDLL.@)
SYNOPSIS
NTSTATUS RtlDeregisterWait
(
HANDLE WaitHandle
)
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
Defined in "winternl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/threadpool.c".
- Debug channel "threadpool".