//0x10 bytes (sizeof)
struct _POWER_LIMIT_VALUE
{
    enum _POWER_LIMIT_TYPES Type;                                           //0x0
    ULONG DomainId;                                                         //0x4
    ULONG TargetValue;                                                      //0x8
    ULONG TimeParameter;                                                    //0xc
};