Skip to content

Latest commit

 

History

History
74 lines (60 loc) · 2.09 KB

nf-powrprof-powerreportthermalevent.md

File metadata and controls

74 lines (60 loc) · 2.09 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:powrprof.PowerReportThermalEvent
PowerReportThermalEvent function (powrprof.h)
Notifies the operating system of thermal events.
PowerReportThermalEvent
PowerReportThermalEvent function
base.powerreportthermalevent
powrprof/PowerReportThermalEvent
base\powerreportthermalevent.htm
base
DD3DE1B2-17C1-4FF8-9DF8-BEF35933D913
12/05/2018
PowerReportThermalEvent, PowerReportThermalEvent function, base.powerreportthermalevent, powrprof/PowerReportThermalEvent
powrprof.h
Windows
Windows 8.1 [desktop apps only]
Windows Server 2012 [desktop apps only]
PowrProf.lib
PowrProf.dll
Windows
19H1
PowerReportThermalEvent
powrprof/PowerReportThermalEvent
c++
APIRef
kbSyntax
DllExport
PowrProf.dll
PowerReportThermalEvent

PowerReportThermalEvent function

-description

Notifies the operating system of thermal events.

-parameters

-param Event [in]

The thermal event structure, THERMAL_EVENT.

-returns

Returns ERROR_SUCCESS (zero) if the call was successful, and a nonzero value if the call failed.

-remarks

Thermal managers call the PowerReportThermalEvent routine to notify the operating system of a thermal event so that the event can be recorded in the system event log.

Before calling PowerReportThermalEvent, the thermal manager sets the members of the THERMAL_EVENT structure to describe the thermal event.

-see-also

Thermal management in Windows