Function Reference


_WinAPI_UnregisterPowerSettingNotification

Unregisters the power setting notification

#include <WinAPISys.au3>
_WinAPI_UnregisterPowerSettingNotification ( $hNotify )

Parameters

$hNotify Handle returned from the _WinAPI_RegisterPowerSettingNotification() function.

Return Value

Success: True
Failure: False

Remarks

This function requires Windows Vista or later.

Related

_WinAPI_RegisterPowerSettingNotification

See Also

Search UnregisterPowerSettingNotification in MSDN Library.