POWER_LIMIT_TYPES - NtDoc

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

typedef enum _POWER_LIMIT_TYPES {
  PowerLimitContinuous,
  PowerLimitType1,
  PowerLimitBurst,
  PowerLimitType2,
  PowerLimitRapid,
  PowerLimitType3,
  PowerLimitPreemptive,
  PowerLimitType4,
  PowerLimitPreemptiveOffset,
  PowerLimitTypeMax
} POWER_LIMIT_TYPES, *PPOWER_LIMIT_TYPES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ntpoapi-power_limit_types)

Description

Enumerates power limit types that describe a throttled object (power or battery discharge current) and how long the throttled object can last.

Constants

PowerLimitContinuous

The platform could sustain infinitely if the average power is under this limit.

PowerLimitBurst

The platform could typically sustain at seconds level if the average power is higher than PowerLimitContinuous but lower than this limit.

PowerLimitRapid

The platform starts associated algorithm to throttle the domain reactively once the power peaks above this limit.

PowerLimitPreemptive

A limit that will not be exceeded, the platform will be preemptively throttled to prevent spikes above this limit.

PowerLimitPreemptiveOffset

The sum of peak power of specified devices, which is used to adjust PowerLimitPreemptive at runtime.

See also

PoCreatePowerLimitRequest

PoDeletePowerLimitRequest

PoQueryPowerLimitAttributes

PoQueryPowerLimitValue

PoSetPowerLimitValue

POWER_LIMIT_ATTRIBUTES

POWER_LIMIT_VALUE