STOR_POWER_ACTION 枚举 (srb.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 srb.h (包括 Storport.h、Minitape.h、Srb.h)

另请参阅

SCSI_POWER_REQUEST_BLOCK