STOR_POFX_POWER_REQUIRED_CONTEXT struttura (storport.h)

STOR_POFX_POWER_REQUIRED_CONTEXT è la struttura a cui fa riferimento il parametro Parameters quando una routine HwStorUnitControl di un miniport viene chiamata con un ControlloType di SCSIUnitPoFxPowerRequired.

Sintassi

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

Struttura STOR_POWER_CONTROL_HEADER .

PowerRequired

TRUE se il componente unità richiede alimentazione. In caso contrario, FALSE.

Requisiti

Requisito Valore
Client minimo supportato Windows 8
Intestazione Storport.h

Vedi anche

HwStorUnitControl

STOR_POWER_CONTROL_HEADER