Scroll to navigation

RtlDeregisterWait(3w) Wine API 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

Declared in "winternl.h".
Implemented in "dlls/ntdll/threadpool.c".
Debug channel "threadpool".
Oct 2012 Wine API