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 を含む) |