Compartir a través de


estructura de STOR_POFX_POWER_REQUIRED_CONTEXT (storport.h)

STOR_POFX_POWER_REQUIRED_CONTEXT es la estructura a la que apunta el parámetro Parameters cuando se llama a la rutina HwStorUnitControl de un miniporte con un ControlType de ScsiUnitPoFxPowerRequired.

Sintaxis

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

Miembros

Header

Estructura STOR_POWER_CONTROL_HEADER .

PowerRequired

TRUE si el componente de unidad requiere alimentación. De lo contrario, FALSE.

Requisitos

Requisito Value
Cliente mínimo compatible Windows 8
Encabezado storport.h

Consulte también

HwStorUnitControl

STOR_POWER_CONTROL_HEADER