Compartilhar via


estrutura DXGKARG_SETTRACKEDWORKLOADPOWERLEVEL (d3dkmddi.h)

Contém informações sobre o nível de energia de um contexto.

Sintaxe

typedef struct _DXGKARG_SETTRACKEDWORKLOADPOWERLEVEL {
  UINT                             PowerLevel;
  UINT                             EffectivePowerLevel;
  DXGK_TRACKEDWORKLOAD_STATE_FLAGS Flags;
} DXGKARG_SETTRACKEDWORKLOADPOWERLEVEL;

Membros

PowerLevel

O nível de energia é um UINT que varia de 0 a 100, em que 100 significa a potência máxima compatível com o mecanismo.

EffectivePowerLevel

Retorna o nível de energia efetivo que foi definido no contexto pelo driver.

Flags

Uma combinação de DXGK_TRACKEDWORKLOAD_STATE_FLAGS.

Requisitos

Requisito Valor
Cliente mínimo com suporte Windows 10, versão 1809
Cabeçalho d3dkmddi.h