diff options
| author | Barry Golden <[email protected]> | 2019-09-25 19:35:57 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-25 19:35:57 -0700 |
| commit | d2a01860208bcce9f4777d54bec3c59c4c02e969 (patch) | |
| tree | be2892ff05b3308b559e18474f1b1645582cb379 /thermal/thermalclient/README.md | |
| parent | 2e237713e298495b141560a5e7c76d6b1efa0153 (diff) | |
Update README.md (#425)8758187580875798757887577875768757587574875738757287571875708756987568875678756687565875648756387562
Diffstat (limited to 'thermal/thermalclient/README.md')
| -rw-r--r-- | thermal/thermalclient/README.md | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/thermal/thermalclient/README.md b/thermal/thermalclient/README.md index 2074cd65..35405f86 100644 --- a/thermal/thermalclient/README.md +++ b/thermal/thermalclient/README.md @@ -8,22 +8,14 @@ products: - windows-wdk --- - -<!--- - name: SimThermalClient - Simulated Thermal Client Sample Driver - platform: KMDF - language: cpp - category: Thermal Power - description: Simulates a device that is a Windows thermal management client. - samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617992 ----> - # SimThermalClient - Simulated Thermal Client Sample Driver -This sample is a driver for a simulated device that is a client of Windows thermal management. This driver publishes a [GUID\_THERMAL\_COOLING\_INTERFACE](http://msdn.microsoft.com/en-us/library/windows/hardware/hh698265) driver interface. Drivers publish this interface so that they can participate in global thermal management under the coordination of the Windows operating system. +This sample is a driver for a simulated device that is a client of Windows thermal management. This driver publishes a [GUID\_THERMAL\_COOLING\_INTERFACE](https://docs.microsoft.com/windows-hardware/drivers/kernel/global-thermal-mgmt) driver interface. Drivers publish this interface so that they can participate in global thermal management under the coordination of the Windows operating system. ## Universal Windows Driver Compliant This sample builds a Universal Windows Driver. It uses only APIs and DDIs that are included in OneCoreUAP. -For more information, see [Device-Level Thermal Management](http://msdn.microsoft.com/en-us/library/windows/hardware/hh698236).
\ No newline at end of file +## See also + +[Device-Level Thermal Management](https://docs.microsoft.com/windows-hardware/drivers/kernel/device-level-thermal-management) |
