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 |