Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |