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