UnregisterWaitUntilOOBECompleted function

Unregisters the callback previously registered via RegisterWaitUntilOOBECompleted.

Syntax


BOOL WINAPI UnregisterWaitUntilOOBECompleted(
   _In_ PVOID WaitHandle WaitHandle
);

Parameters

WaitHandle

Handle to be unregistered.

Return value

TRUE if the callback was successfully unregistered. Otherwise, FALSE is returned. If FALSE, GetLastError will retrieve extended error information.

Requirements

Header

Oobenotification.h

Library

Kernel32.lib

DLL

Kernel32.dll

 

 

Community Additions

ADD
Show: