struttura STOR_SYSTEM_POWER_HINTS (storport.h)
STOR_SYSTEM_POWER_HINTS è la struttura a cui punta il parametro parameters 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;
Membri
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 del sistema specificato, in millisecondi.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 8 |
intestazione | storport.h |