//0x38 bytes (sizeof)
struct _PERF_CONTROL_STATE_SELECTION
{
    ULONGLONG SelectedState;                                                //0x0
    ULONGLONG SelectedResourcePriority;                                     //0x8
    ULONG SelectedPercent;                                                  //0x10
    ULONG SelectedFrequency;                                                //0x14
    ULONG MinPercent;                                                       //0x18
    ULONG MaxPercent;                                                       //0x1c
    ULONG TolerancePercent;                                                 //0x20
    ULONG EppPercent;                                                       //0x24
    ULONG AutonomousActivityWindow;                                         //0x28
    ULONG ResourcePriorityPercent;                                          //0x2c
    UCHAR Autonomous;                                                       //0x30
    UCHAR InheritFromDomain;                                                //0x31
};