STOR_MAX_OPERATIONAL_POWER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-storport-stor_max_operational_power)

Description

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.

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.

See also

HwStorAdapterControl