STOR_DEVICE_POWER_STATE-Enumeration (srb.h)
Der STOR_DEVICE_POWER_STATE-Enumerator gibt einen Energiezustand des Geräts an.
Syntax
typedef enum _STOR_DEVICE_POWER_STATE {
StorPowerDeviceUnspecified,
StorPowerDeviceD0,
StorPowerDeviceD1,
StorPowerDeviceD2,
StorPowerDeviceD3,
StorPowerDeviceMaximum
} STOR_DEVICE_POWER_STATE, *PSTOR_DEVICE_POWER_STATE;
Konstanten
StorPowerDeviceUnspecified Geräteleistungsstatus nicht angegeben. |
StorPowerDeviceD0 Der D0-Gerätestromzustand. |
StorPowerDeviceD1 Der D1-Gerätestromzustand. |
StorPowerDeviceD2 Der D2-Gerätestromzustand. |
StorPowerDeviceD3 Der D3-Gerätestromzustand. |
StorPowerDeviceMaximum Der obere Trennwert für Geräteleistungszustände. |
Anforderungen
Anforderung | Wert |
---|---|
Header | srb.h (einschließlich Storport.h, Minitape.h, Srb.h) |