Partager via


structure STOR_POFX_UNIT_POWER_INFO (storport.h)

STOR_POFX_UNIT_POWER_INFO est la structure vers laquelle pointe le paramètre Parameters lorsque la routine HwStorUnitControl d’un miniport est appelée avec un ControlType de ScsiUnitPoFxPowerInfo.

Syntaxe

typedef struct _STOR_POFX_UNIT_POWER_INFO {
  STOR_POWER_CONTROL_HEADER Header;
  BOOLEAN                   IdlePowerEnabled;
} STOR_POFX_UNIT_POWER_INFO, *PSTOR_POFX_UNIT_POWER_INFO;

Membres

Header

Structure STOR_POWER_CONTROL_HEADER .

IdlePowerEnabled

TRUE si la gestion de l’alimentation inactive est activée pour l’unité. Sinon, FALSE.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 8
En-tête storport.h

Voir aussi

HwStorUnitControl

STOR_POWER_CONTROL_HEADER