Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The PoGetThermalRequestSupport returns whether or not the thermal request supports the specified cooling mechanism.
Syntax
NTKERNELAPI
BOOLEAN
PoGetThermalRequestSupport (
PVOID ThermalRequest,
PO_THERMAL_REQUEST_TYPE Type
)
Parameters
ThermalRequest
Supplies a pointer to receive the thermal request object.
Type
Supplies the cooling mechanism to check.
Return Value
TRUE if the specified cooling mechanism is supported, FALSE otherwise.
Remarks
This routine can used to check if a particular device provides support for active or passive cooling.
Requirements
| Minimum supported client | Available starting with Windows 10 1703 release. |
| Target Platform | Universal |
| Header | wdm.h (include Wdm.h, Ntddk.h, Ntifs.h) |
| Library | NtosKrnl.lib |
| DLL | NtosKrnl.exe |
| IRQL | <= APC_LEVEL |