STOR_MAX_OPERATIONAL_POWER structure (storport.h)
STOR_MAX_OPERATIONAL_POWER is the structure pointed to by the Parameters parameter when a miniport's HwStorAdapterControl routine is called with a ControlType of ScsiAdapterPoFxMaxOperationalPower.
Syntax
typedef struct _STOR_MAX_OPERATIONAL_POWER {
ULONG Version;
ULONG Size;
ULONGLONG Value;
} STOR_MAX_OPERATIONAL_POWER, *PSTOR_MAX_OPERATIONAL_POWER;
Members
Version
Version of this structure. This is currently set to 1.
Size
Size of this structure, in bytes. Set to sizeof(STOR_MAX_OPERATIONAL_POWER)
.
Value
The maximum operational power value. Value in each power state (P-State) must represent a maximum power level that is relative in proportion to the other P-States.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Header | storport.h |