//0xd8 bytes (sizeof)
struct _POP_THERMAL_ZONE
{
    struct _LIST_ENTRY Link;                                                //0x0
    UCHAR State;                                                            //0x8
    UCHAR Flags;                                                            //0x9
    UCHAR Mode;                                                             //0xa
    UCHAR PendingMode;                                                      //0xb
    UCHAR ActivePoint;                                                      //0xc
    UCHAR PendingActivePoint;                                               //0xd
    LONG Throttle;                                                          //0x10
    ULONGLONG LastTime;                                                     //0x18
    ULONG SampleRate;                                                       //0x20
    ULONG LastTemp;                                                         //0x24
    struct _KTIMER PassiveTimer;                                            //0x28
    struct _KDPC PassiveDpc;                                                //0x50
    struct _POP_ACTION_TRIGGER OverThrottled;                               //0x70
    struct _IRP* Irp;                                                       //0x80
    struct _THERMAL_INFORMATION_EX Info;                                    //0x84
};