STOR_POFX_UNIT_POWER_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// storport.h

typedef struct _STOR_POFX_UNIT_POWER_INFO {
  STOR_POWER_CONTROL_HEADER Header;
  BOOLEAN                   IdlePowerEnabled;
} STOR_POFX_UNIT_POWER_INFO, *PSTOR_POFX_UNIT_POWER_INFO;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

STOR_POFX_UNIT_POWER_INFO is the structure pointed to by the Parameters parameter when a miniport's HwStorUnitControl routine is called with a ControlType of ScsiUnitPoFxPowerInfo.

Members

The STOR_POWER_CONTROL_HEADER structure.

IdlePowerEnabled

TRUE if idle power management is enabled for the unit. Otherwise, FALSE.

See also

HwStorUnitControl

STOR_POWER_CONTROL_HEADER