共用方式為


STOR_DEVICE_POWER_STATE列舉 (minitape.h)

STOR_DEVICE_POWER_STATE列舉值會指定裝置電源狀態。

Syntax

typedef enum _STOR_DEVICE_POWER_STATE {
  StorPowerDeviceUnspecified,
  StorPowerDeviceD0,
  StorPowerDeviceD1,
  StorPowerDeviceD2,
  StorPowerDeviceD3,
  StorPowerDeviceMaximum
} STOR_DEVICE_POWER_STATE, *PSTOR_DEVICE_POWER_STATE;

常數

 
StorPowerDeviceUnspecified
裝置電源狀態未指定。
StorPowerDeviceD0
D0 裝置電源狀態。
StorPowerDeviceD1
D1 裝置電源狀態。
StorPowerDeviceD2
D2 裝置電源狀態。
StorPowerDeviceD3
D3 裝置電源狀態。
StorPowerDeviceMaximum
裝置電源狀態上的上限分隔值。

規格需求

需求
標頭 minitape.h (包括 Storport.h、Minitape.h、Srb.h)

另請參閱

SCSI_POWER_REQUEST_BLOCK