struttura STOR_SYSTEM_POWER_HINTS (storport.h)

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

Sintassi

typedef struct _STOR_SYSTEM_POWER_HINTS {
  ULONG             Version;
  ULONG             Size;
  RAID_SYSTEM_POWER SystemPower;
  ULONG             ResumeLatencyMSec;
} STOR_SYSTEM_POWER_HINTS, *PSTOR_SYSTEM_POWER_HINTS;

Members

Version

Numero di versione di questa struttura. Attualmente impostato su STOR_SYSTEM_POWER_HINTS_V1.

Size

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

SystemPower

Valore di enumerazione RAID_SYSTEM_POWER che indica l'utilizzo corrente dell'alimentazione del sistema.

ResumeLatencyMSec

La latenza massima di ripresa tollerata per l'hint di alimentazione di sistema specificato, in millisecondi.

Requisiti

Requisito Valore
Client minimo supportato Windows 8
Intestazione storport.h

Vedi anche

HwStorAdapterControl

RAID_SYSTEM_POWER