STOR_POFX_POWER_REQUIRED_CONTEXT structure (storport.h)

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

Syntax

typedef struct _STOR_POFX_POWER_REQUIRED_CONTEXT {
  STOR_POWER_CONTROL_HEADER Header;
  BOOLEAN                   PowerRequired;
} STOR_POFX_POWER_REQUIRED_CONTEXT, *PSTOR_POFX_POWER_REQUIRED_CONTEXT;

Members

Header

The STOR_POWER_CONTROL_HEADER structure.

PowerRequired

TRUE if the unit component requires power. Otherwise, FALSE.

Requirements

Requirement Value
Minimum supported client Windows 8
Header storport.h

See also

HwStorUnitControl

STOR_POWER_CONTROL_HEADER