//0x3c0 bytes (sizeof)
struct _POP_PPM_PROFILE
{
WCHAR* Name; //0x0
UCHAR Id; //0x8
struct _GUID Guid; //0xc
ULONG Flags; //0x1c
UCHAR Priority; //0x20
struct _PPM_ENGINE_SETTINGS Settings[2]; //0x28
ULONGLONG StartTime; //0x398
ULONGLONG Count; //0x3a0
ULONGLONG MaxDuration; //0x3a8
ULONGLONG MinDuration; //0x3b0
ULONGLONG TotalDuration; //0x3b8
};