//0xb30 bytes (sizeof)
struct _POP_PPM_PROFILE
{
USHORT* Name; //0x0
UCHAR Id; //0x8
struct _GUID Guid; //0xc
ULONG Flags; //0x1c
UCHAR Priority; //0x20
struct _PPM_ENGINE_SETTINGS Settings[2]; //0x28
ULONGLONG StartTime; //0xb08
ULONGLONG Count; //0xb10
ULONGLONG MaxDuration; //0xb18
ULONGLONG MinDuration; //0xb20
ULONGLONG TotalDuration; //0xb28
};