Share via


énumération RAID_SYSTEM_POWER (storport.h)

RAID_SYSTEM_POWER est un indicateur d’utilisation de l’alimentation du système.

Syntax

typedef enum _RAID_SYSTEM_POWER {
  RaidSystemPowerUnknown,
  RaidSystemPowerLowest,
  RaidSystemPowerLow,
  RaidSystemPowerMedium,
  RaidSystemPowerHigh
} RAID_SYSTEM_POWER, *PRAID_SYSTEM_POWER;

Constantes

 
RaidSystemPowerUnknown
L’utilisation de l’alimentation est inconnue.
RaidSystemPowerLowest
Consommation d’énergie la plus faible.
RaidSystemPowerLow
Faible utilisation de l’énergie.
RaidSystemPowerMedium
Utilisation moyenne de l’alimentation.
RaidSystemPowerHigh
Utilisation élevée de l’énergie.

Remarques

RAID_SYSTEM_POWER est membre de la structure STOR_SYSTEM_POWER_HINTS .

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 8
En-tête storport.h

Voir aussi

HwStorAdapterControl

STOR_SYSTEM_POWER_HINTS