struttura STOR_MAX_OPERATIONAL_POWER (storport.h)

STOR_MAX_OPERATIONAL_POWER è la struttura a cui punta il parametro Parameters quando viene chiamata la routine HwStorAdapterControl di un miniport con un controlType di ScsiAdapterPoFxMaxOperationalPower.

Sintassi

typedef struct _STOR_MAX_OPERATIONAL_POWER {
  ULONG     Version;
  ULONG     Size;
  ULONGLONG Value;
} STOR_MAX_OPERATIONAL_POWER, *PSTOR_MAX_OPERATIONAL_POWER;

Members

Version

Versione di questa struttura. Questa opzione è attualmente impostata su 1.

Size

Dimensioni di questa struttura, in byte. Impostare su sizeof(STOR_MAX_OPERATIONAL_POWER).

Value

Valore massimo di potenza operativa. Il valore in ogni stato di alimentazione (P-State) deve rappresentare un livello di potenza massimo relativo in proporzione agli altri P-States.

Requisiti

Requisito Valore
Client minimo supportato Windows 8
Intestazione storport.h

Vedi anche

HwStorAdapterControl