STOR_POWER_ACTION列挙 (minitape.h)
STOR_POWER_ACTION列挙子は、電源切り替え中にシステムが入力しようとしている電源状態を示します。
構文
typedef enum {
StorPowerActionNone,
StorPowerActionReserved,
StorPowerActionSleep,
StorPowerActionHibernate,
StorPowerActionShutdown,
StorPowerActionShutdownReset,
StorPowerActionShutdownOff,
StorPowerActionWarmEject
} STOR_POWER_ACTION, *PSTOR_POWER_ACTION;
定数
StorPowerActionNone システムのシャットダウンは発生しません。 |
StorPowerActionReserved 予約済み。 |
StorPowerActionSleep システムがスタンバイ状態に入ります。 |
StorPowerActionHibernate システムが休止状態に入ります。 |
StorPowerActionShutdown システムはシャットダウン中ですが、シャットダウンの種類が不明です。 |
StorPowerActionShutdownReset システムがシャットダウンとリセットを行います。 |
StorPowerActionShutdownOff システムのシャットダウンと電源オフが行われます。 |
StorPowerActionWarmEject システムは排出のための準備をしている。 |
要件
要件 | 値 |
---|---|
Header | minitape.h (Storport.h、Minitape.h、Srb.h を含む) |