// 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 referenceNo description available.
The POWER_LIMIT_VALUE structure describes the specific power limit value to be updated for a certain power limit.
TypeType ID of this power limit.
DomainIdDomain ID of this power limit.
TargetValueThe target value of this power limit.
TimeParameterThe time parameter of this power limit.