estrutura STOR_SYSTEM_POWER_HINTS (storport.h)

STOR_SYSTEM_POWER_HINTS é a estrutura apontada pelo parâmetro Parameters quando a rotina HwStorAdapterControl de um miniport é chamada com um ControlType de ScsiAdapterSystemPowerHints.

Sintaxe

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

Membros

Version

Número de versão dessa estrutura. Atualmente definido como STOR_SYSTEM_POWER_HINTS_V1.

Size

Tamanho dessa estrutura, em bytes. Defina como sizeof(STOR_SYSTEM_POWER_HINTS).

SystemPower

Um RAID_SYSTEM_POWER valor de enumeração que indica o uso de energia atual do sistema.

ResumeLatencyMSec

A latência máxima de retomada tolerada para a dica de energia do sistema fornecida, em milissegundos.

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows 8
Cabeçalho storport.h

Confira também

HwStorAdapterControl

RAID_SYSTEM_POWER