STOR_POWER_ACTION列舉 (minitape.h)
STOR_POWER_ACTION列舉值表示系統即將在電源轉換期間進入的電源狀態。
Syntax
typedef enum {
StorPowerActionNone,
StorPowerActionReserved,
StorPowerActionSleep,
StorPowerActionHibernate,
StorPowerActionShutdown,
StorPowerActionShutdownReset,
StorPowerActionShutdownOff,
StorPowerActionWarmEject
} STOR_POWER_ACTION, *PSTOR_POWER_ACTION;
常數
StorPowerActionNone 系統關機即將發生。 |
StorPowerActionReserved 保留的。 |
StorPowerActionSleep 系統正在進入待命狀態。 |
StorPowerActionHibernate 系統正在進入休眠狀態。 |
StorPowerActionShutdown 系統正在關機,但不知道關機的類型。 |
StorPowerActionShutdownReset 系統正在關閉並重設。 |
StorPowerActionShutdownOff 系統正在關閉並關閉電源。 |
StorPowerActionWarmEject 系統正在準備退出。 |
規格需求
需求 | 值 |
---|---|
標頭 | minitape.h (包括 Storport.h、Minitape.h、Srb.h) |