Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

UnregisterWaitUntilOOBECompleted function (oobenotification.h)

Unregisters the callback previously registered via RegisterWaitUntilOOBECompleted.

Syntax

BOOL UnregisterWaitUntilOOBECompleted(
 PVOID 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

Requirement Value
Target Platform Windows
Header oobenotification.h
Library Kernel32.lib
DLL Kernel32.dll

Feedback

Was this page helpful?

Additional resources