// storport.h
typedef struct _STOR_MAX_OPERATIONAL_POWER {
ULONG Version;
ULONG Size;
ULONGLONG Value;
} STOR_MAX_OPERATIONAL_POWER, *PSTOR_MAX_OPERATIONAL_POWER;
View the official Windows Driver Kit DDI reference
No description available.
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.
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.