STOR_DEVICE_POWER_STATE enumeration (srb.h)
The STOR_DEVICE_POWER_STATE enumerator specifies a device power state.
Syntax
typedef enum _STOR_DEVICE_POWER_STATE {
StorPowerDeviceUnspecified,
StorPowerDeviceD0,
StorPowerDeviceD1,
StorPowerDeviceD2,
StorPowerDeviceD3,
StorPowerDeviceMaximum
} STOR_DEVICE_POWER_STATE, *PSTOR_DEVICE_POWER_STATE;
Constants
StorPowerDeviceUnspecified Device power state unspecified. |
StorPowerDeviceD0 The D0 device power state. |
StorPowerDeviceD1 The D1 device power state. |
StorPowerDeviceD2 The D2 device power state. |
StorPowerDeviceD3 The D3 device power state. |
StorPowerDeviceMaximum The upper delimiting value on device power states. |
Requirements
Requirement | Value |
---|---|
Header | srb.h (include Storport.h, Minitape.h, Srb.h) |