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