énumération STOR_DEVICE_POWER_STATE (srb.h)
L’énumérateur STOR_DEVICE_POWER_STATE spécifie un état d’alimentation de l’appareil.
Syntax
typedef enum _STOR_DEVICE_POWER_STATE {
StorPowerDeviceUnspecified,
StorPowerDeviceD0,
StorPowerDeviceD1,
StorPowerDeviceD2,
StorPowerDeviceD3,
StorPowerDeviceMaximum
} STOR_DEVICE_POWER_STATE, *PSTOR_DEVICE_POWER_STATE;
Constantes
StorPowerDeviceUnspecified État d’alimentation de l’appareil non spécifié. |
StorPowerDeviceD0 État d’alimentation de l’appareil D0. |
StorPowerDeviceD1 État d’alimentation de l’appareil D1. |
StorPowerDeviceD2 État d’alimentation de l’appareil D2. |
StorPowerDeviceD3 État d’alimentation de l’appareil D3. |
StorPowerDeviceMaximum Valeur de limitation supérieure sur les états d’alimentation de l’appareil. |
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | srb.h (incluent Storport.h, Minitape.h, Srb.h) |