Unregisters the power setting notification
#include <WinAPISys.au3>
_WinAPI_UnregisterPowerSettingNotification ( $hNotify )
$hNotify | Handle returned from the _WinAPI_RegisterPowerSettingNotification() function. |
Success: | True |
Failure: | False |
This function requires Windows Vista or later.
_WinAPI_RegisterPowerSettingNotification
Search UnregisterPowerSettingNotification in MSDN Library.