Partager via


énumération STOR_DEVICE_POWER_STATE (srb.h)

L’énumérateur STOR_DEVICE_POWER_STATE spécifie un état d’alimentation de l’appareil.

Syntaxe

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.

Exigences

Exigence Valeur
d’en-tête srb.h (include Storport.h, Minitape.h, Srb.h)

Voir aussi

SCSI_POWER_REQUEST_BLOCK