RAID_SYSTEM_POWER enumeration (storport.h)

RAID_SYSTEM_POWER is a system power usage indicator.

Syntax

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

Constants

 
RaidSystemPowerUnknown
The power usage is unknown.
RaidSystemPowerLowest
Lowest power usage.
RaidSystemPowerLow
Low power usage.
RaidSystemPowerMedium
Medium power usage.
RaidSystemPowerHigh
High power usage.

Remarks

RAID_SYSTEM_POWER is a member of the STOR_SYSTEM_POWER_HINTS structure.

Requirements

Requirement Value
Minimum supported client Windows 8
Header storport.h

See also

HwStorAdapterControl

STOR_SYSTEM_POWER_HINTS