summaryrefslogtreecommitdiff
path: root/thermal/thermalclient/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'thermal/thermalclient/README.md')
-rw-r--r--thermal/thermalclient/README.md16
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)