PowerUnregisterSuspendResumeNotification function
Cancels a registration to receive notification when the system is suspended or resumed.
Syntax
DWORD WINAPI PowerUnregisterSuspendResumeNotification( _Inout_ HPOWERNOTIFY RegistrationHandle );
Parameters
- RegistrationHandle [in, out]
-
A handle to a registration obtained by calling the PowerRegisterSuspendResumeNotification function.
Return value
Returns ERROR_SUCCESS (zero) if the call was successful, and a nonzero value if the call failed.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: