//0x180 bytes (sizeof)
struct _PPM_PLATFORM_STATE
{
ULONGLONG LevelId; //0x0
ULONG Latency; //0x8
ULONG BreakEvenDuration; //0xc
struct _PPM_VETO_ACCOUNTING VetoAccounting; //0x10
UCHAR TransitionDebugger; //0x38
UCHAR Platform; //0x39
ULONG DependencyListCount; //0x3c
struct _KAFFINITY_EX Processors; //0x40
struct _UNICODE_STRING Name; //0xe8
struct _PPM_SELECTION_DEPENDENCY* DependencyLists; //0xf8
unionvolatile _PPM_COORDINATED_SYNCHRONIZATION Synchronization; //0x100
volatile ULONGLONG EnterTime; //0x108
union
{
volatile LONG RefCount; //0x140
UCHAR CacheAlign0[64]; //0x140
};
};