POCLASS.H

The public symbol file NTKRPAMP.PDB for the original release of Windows 10 tells that the kernel is built with the POCLASS.H header at

d:\th.public.fre\internal\minwin\priv_sdk\inc

and draws from it the following type definitions:

Line Number Type
358 struct _THERMAL_INFORMATION
383 struct _THERMAL_POLICY
636 struct _THERMAL_COOLING_INTERFACE

A header named POCLASS.H is among the headers in the publicly available Windows Driver Kit (WDK) for Windows 10. It is there in the “shared” subdirectory with many other headers that are intended for use in both kernel-mode and user-mode programming.