UnregisterPowerSettingNotification function user32
Unregisters the power setting notification.
BOOL UnregisterPowerSettingNotification(
HPOWERNOTIFY Handle
);
Implementation
int UnregisterPowerSettingNotification(int Handle) =>
_UnregisterPowerSettingNotification(Handle);