summaryrefslogtreecommitdiff
path: root/hid/hclient/README.md
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-09-18 19:11:43 -0700
committerGitHub <[email protected]>2019-09-18 19:11:43 -0700
commit1238743debbcd302221eb77842053bfcea46656f (patch)
treeff233ee38714af0d4912c84976e43846fcec32bb /hid/hclient/README.md
parent76ec9d210b0668d558f4a6ed5a82978fa65326ba (diff)
Diffstat (limited to 'hid/hclient/README.md')
-rw-r--r--hid/hclient/README.md14
1 files changed, 2 insertions, 12 deletions
diff --git a/hid/hclient/README.md b/hid/hclient/README.md
index 018c81a2..591d7cea 100644
--- a/hid/hclient/README.md
+++ b/hid/hclient/README.md
@@ -8,16 +8,6 @@ products:
- windows-wdk
---
-
-<!---
- name: HClient sample application
- platform: WDM
- language: cpp
- category: HID
- description: Demonstrates how to write a user-mode client application that communicates with HID devices.
- samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617730
---->
-
# HClient sample application
The *HClient* sample demonstrates how to write a user-mode client application that communicates with HID devices. (These are devices that conform to the HID device class specification.)
@@ -26,6 +16,6 @@ You will find this sample useful if you need to develop an application that comm
## Related topics
-[Human Input Devices Design Guide](http://msdn.microsoft.com/en-us/library/windows/hardware/ff539952)
+[Human Input Devices Design Guide](https://docs.microsoft.com/windows-hardware/drivers/hid/)
-[Human Input Devices Reference](http://msdn.microsoft.com/en-us/library/windows/hardware/ff539956)
+[Human Input Devices Reference](https://docs.microsoft.com/windows-hardware/drivers/ddi/content/_hid/)