UnregisterPowerSettingNotification function user32

int UnregisterPowerSettingNotification(
  1. int Handle
)

Unregisters the power setting notification.

BOOL UnregisterPowerSettingNotification(
  HPOWERNOTIFY Handle
);

Implementation

int UnregisterPowerSettingNotification(int Handle) =>
    _UnregisterPowerSettingNotification(Handle);