Condividi tramite


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;

Membri

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. valore in ogni stato di alimentazione (P-State) deve rappresentare un livello di potenza massimo relativo in proporzione agli altri stati P.

Fabbisogno

Requisito Valore
client minimo supportato Windows 8
intestazione storport.h

Vedere anche

HwStorAdapterControl