DXGKARG_SETTRACKEDWORKLOADPOWERLEVEL - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef struct _DXGKARG_SETTRACKEDWORKLOADPOWERLEVEL {
  UINT                             PowerLevel;
  UINT                             EffectivePowerLevel;
  DXGK_TRACKEDWORKLOAD_STATE_FLAGS Flags;
} DXGKARG_SETTRACKEDWORKLOADPOWERLEVEL;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgkarg_settrackedworkloadpowerlevel)

_DXGKARG_SETTRACKEDWORKLOADPOWERLEVEL structure

Description

Contains information about the power level of a context.

Members

PowerLevel

The power level is an UINT that varies from 0 to 100, where 100 means the maximum power the engine supports.

EffectivePowerLevel

Returns the effective power level that was set on the context by the driver.

Flags

A combination of DXGK_TRACKEDWORKLOAD_STATE_FLAGS.

Remarks

See also