//0x1f0 bytes (sizeof)
struct _POP_THERMAL_ZONE
{
union
{
struct _POP_POLICY_DEVICE PolicyDevice; //0x0
struct
{
struct _LIST_ENTRY Link; //0x0
enum POWER_POLICY_DEVICE_TYPE DeviceType; //0x10
VOID* Notification; //0x18
struct _UNICODE_STRING Name; //0x20
struct _DEVICE_OBJECT* Device; //0x30
struct _IRP* Irp; //0x38
};
};
UCHAR State; //0x40
UCHAR Flags; //0x41
UCHAR Removing; //0x42
UCHAR Mode; //0x43
UCHAR PendingMode; //0x44
UCHAR ActivePoint; //0x45
UCHAR PendingActivePoint; //0x46
UCHAR Critical; //0x47
LONG HighPrecisionThrottle; //0x48
LONG Throttle; //0x4c
LONG PendingThrottle; //0x50
ULONG ThrottleReasons; //0x54
ULONGLONG LastTime; //0x58
ULONG SampleRate; //0x60
ULONG LastTemp; //0x64
struct _KTIMER PassiveTimer; //0x68
struct _KDPC PassiveDpc; //0xa8
struct _THERMAL_INFORMATION_EX Info; //0xe8
union _LARGE_INTEGER InfoLastUpdateTime; //0x138
struct _THERMAL_POLICY Policy; //0x140
UCHAR PolicyDriver; //0x154
struct _POP_THERMAL_ZONE_METRICS Metrics; //0x158
struct _WORK_QUEUE_ITEM WorkItem; //0x188
struct _POP_RW_LOCK Lock; //0x1a8
struct _KEVENT ZoneStopped; //0x1b8
struct _KEVENT TemperatureUpdated; //0x1d0
ULONG InstanceId; //0x1e8
};