次の方法で共有


POWER_ACTION列挙 (winnt.h)

システム電源アクションの種類を指定するために使用される値を定義します。

構文

typedef enum {
  PowerActionNone = 0,
  PowerActionReserved,
  PowerActionSleep,
  PowerActionHibernate,
  PowerActionShutdown,
  PowerActionShutdownReset,
  PowerActionShutdownOff,
  PowerActionWarmEject,
  PowerActionDisplayOff
} POWER_ACTION, *PPOWER_ACTION;

定数

 
PowerActionNone
値: 0
システム電源アクションなし。
PowerActionReserved
予約済みです。使わないでください。
PowerActionSleep
睡眠。
PowerActionHibernate
休止 状態。
PowerActionShutdown
シャットダウン。
PowerActionShutdownReset
シャットダウンとリセット。
PowerActionShutdownOff
シャットダウンと電源オフ。
PowerActionWarmEject
ウォーム イジェクト。
PowerActionDisplayOff

要件

要件
サポートされている最小のクライアント Windows XP (デスクトップ アプリのみ)
サポートされている最小のサーバー Windows Server 2003 (デスクトップ アプリのみ)
Header winnt.h (Windows.h を含む)

こちらもご覧ください

POWER_ACTION_POLICY

電源管理

Power Management 列挙の種類