NAME

RtlDeregisterWaitEx  (NTDLL.@)

SYNOPSIS

 NTSTATUS RtlDeregisterWaitEx
 (
  HANDLE handle,
  HANDLE event
 )

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". https://source.winehq.org/source/include/winternl.h

Implemented in "dlls/ntdll/threadpool.c". https://source.winehq.org/source/dlls/ntdll/threadpool.c

Debug channel "threadpool".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2024.