Partilhar via


enumeração RAID_SYSTEM_POWER (storport.h)

RAID_SYSTEM_POWER é um indicador de uso de energia do sistema.

Sintaxe

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

Constantes

 
RaidSystemPowerUnknown
O uso de energia é desconhecido.
RaidSystemPowerLowest
Menor uso de energia.
RaidSystemPowerLow
Baixo uso de energia.
RaidSystemPowerMedium
Uso médio de energia.
RaidSystemPowerHigh
Alto uso de energia.

Observações

RAID_SYSTEM_POWER é membro da estrutura STOR_SYSTEM_POWER_HINTS.

Requisitos

Requisito Valor
de cliente com suporte mínimo Windows 8
cabeçalho storport.h

Consulte também

HwStorAdapterControl

STOR_SYSTEM_POWER_HINTS