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