struktur STOR_POFX_ACTIVE_CONTEXT (storport.h)

STOR_POFX_ACTIVE_CONTEXT adalah struktur yang ditunjukkan oleh parameter Parameter ketika rutinitas HwStorUnitControl miniport dipanggil dengan ControlTypescsiUnitPoFxPowerActive atau rutinitas HwStorAdapterControl miniport dipanggil dengan ControlTypescsiAdapterPoFxPowerActive.

Sintaks

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

Anggota

Header

Struktur STOR_POWER_CONTROL_HEADER .

ComponentIndex

Indeks komponen perangkat dengan status aktif. Indeks komponen selalu 0 untuk perangkat unit dan untuk adaptor.

Active

Status aktif komponen. Untuk perangkat unit, Aktif diatur ke TRUE jika unit aktif atau FALSE jika unit tidak aktif. Untuk adaptor, Aktif selalu diatur ke TRUE.

Persyaratan

Persyaratan Nilai
Klien minimum yang didukung Windows 8
Header storport.h

Lihat juga

HwStorAdapterControl

HwStorUnitControl

STOR_POWER_CONTROL_HEADER