###User Defined Function###
_WinAPI_UnregisterPowerSettingNotification

###Description###
Unregisters the power setting notification.

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


###Parameters###
@@ParamTable@@
$hNotify
	Handle returned from the <a href="_WinAPI_RegisterPowerSettingNotification.htm">_WinAPI_RegisterPowerSettingNotification()</a> function.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	True
Failure 	False
@@End@@


###Remarks###
This function requires <strong>Windows Vista or later</strong>.


###Related###
_WinAPI_RegisterPowerSettingNotification


###See Also###
@@MsdnLink@@ UnregisterPowerSettingNotification
