STOR_DEVICE_POWER_STATE 枚举 (minitape.h)

STOR_DEVICE_POWER_STATE枚举器指定设备电源状态。

语法

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
设备电源状态的上限分隔值。

要求

要求
Header minitape.h (包括 Storport.h、Minitape.h、Srb.h)

另请参阅

SCSI_POWER_REQUEST_BLOCK