RtlDeregisterWait.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/ntdll/threadpool.c".

Debug channel "threadpool".