Edit

Share via


POWER_LIMIT_VALUE structure (ntpoapi.h)

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

Syntax

typedef struct _POWER_LIMIT_VALUE {
  POWER_LIMIT_TYPES Type;
  ULONG             DomainId;
  ULONG             TargetValue;
  ULONG             TimeParameter;
} POWER_LIMIT_VALUE, *PPOWER_LIMIT_VALUE;

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.

Requirements

Requirement Value
Header ntpoapi.h (include Ntpoapi.h)

See also

PoCreatePowerLimitRequest

PoDeletePowerLimitRequest

PoQueryPowerLimitAttributes

PoQueryPowerLimitValue

PoSetPowerLimitValue

POWER_LIMIT_ATTRIBUTES

POWER_LIMIT_TYPES