次の方法で共有


UnregisterPowerSettingNotification 関数 (winuser.h)

電源設定通知の登録を解除します。

構文

BOOL UnregisterPowerSettingNotification(
  [in] HPOWERNOTIFY Handle
);

パラメーター

[in] Handle

RegisterPowerSettingNotification 関数から返されるハンドル。

戻り値

関数が成功すると、戻り値は 0 以外になります。

関数が失敗した場合は、0 を返します。 詳細なエラー情報を得るには、GetLastError を呼び出します。

要件

要件
サポートされている最小のクライアント Windows Vista [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2008 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー winuser.h (Windows.h を含む)
Library User32.lib
[DLL] User32.dll
API セット ext-ms-win-ntuser-powermanagement-l1-1-0 (Windows 8で導入)

こちらもご覧ください

Power Management Functions

RegisterPowerSettingNotification