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.
This PoDeleteThermalRequest cleans up an existing thermal request object.
Syntax
NTKERNELAPI
VOID
PoDeleteThermalRequest (
PVOID ThermalRequest
)
Parameters
ThermalRequest
A pointer to a thermal request object that was created by the PoCreateThermalRequest routine.
Return Value
None
Remarks
The driver must delete the thermal request object before it deletes the device object that was used to create the thermal request object.
Requirements
| Minimum supported client | Available starting with Windows 10 1507 release. |
| Target Platform | Universal |
| Header | ntifs.h (include Wdm.h, Ntddk.h, Ntifs.h) |
| Library | NtosKrnl.lib |
| DLL | NtosKrnl.exe |
| IRQL | <=APC_LEVEL |