Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |