POWER_LIMIT_VALUE - NtDoc

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

typedef struct _POWER_LIMIT_VALUE {
  POWER_LIMIT_TYPES Type;
  ULONG             DomainId;
  ULONG             TargetValue;
  ULONG             TimeParameter;
} POWER_LIMIT_VALUE, *PPOWER_LIMIT_VALUE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntpoapi-power_limit_value)

Description

The POWER_LIMIT_VALUE structure describes the specific power limit value to be updated for a certain power limit.

Members

Type

Type ID of this power limit.

DomainId

Domain ID of this power limit.

TargetValue

The target value of this power limit.

TimeParameter

The time parameter of this power limit.

See also

PoCreatePowerLimitRequest

PoDeletePowerLimitRequest

PoQueryPowerLimitAttributes

PoQueryPowerLimitValue

PoSetPowerLimitValue

POWER_LIMIT_ATTRIBUTES

POWER_LIMIT_TYPES