Condividi tramite


struttura STOR_POFX_ACTIVE_CONTEXT (storport.h)

STOR_POFX_ACTIVE_CONTEXT è la struttura a cui fa riferimento il parametro Parameters quando viene chiamata una routine HwStorUnitControl di un miniport con un ControlloType di SCSIUnitPoFxPowerActive o una routine HwStorAdapterControl di un miniport viene chiamata con un ControlType di SCSIAdapterPoFxPowerActive.

Sintassi

typedef struct _STOR_POFX_ACTIVE_CONTEXT {
  STOR_POWER_CONTROL_HEADER Header;
  ULONG                     ComponentIndex;
  BOOLEAN                   Active;
} STOR_POFX_ACTIVE_CONTEXT, *PSTOR_POFX_ACTIVE_CONTEXT;

Members

Header

Struttura STOR_POWER_CONTROL_HEADER .

ComponentIndex

Indice del componente dispositivo con lo stato attivo. L'indice del componente è sempre 0 per un dispositivo unità e per un adattatore.

Active

Stato attivo del componente. Per un dispositivo unità, Active è impostato su TRUE se l'unità è attiva o FALSE se l'unità è inattiva. Per un adattatore, Active è sempre impostato su TRUE.

Requisiti

Requisito Valore
Client minimo supportato Windows 8
Intestazione Storport.h

Vedi anche

HwStorAdapterControl

HwStorUnitControl

STOR_POWER_CONTROL_HEADER