summaryrefslogtreecommitdiff
path: root/hid/hclient
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2019-03-12 14:02:43 -0700
committerAdonais Romero González <[email protected]>2019-03-12 14:02:43 -0700
commitef7ec4ec9ff7ce3c53d60e1c8906915966e17e01 (patch)
tree3017523a73c6552c27947d402afa6062f4df2706 /hid/hclient
parent35bff356ac249057f4d673d39c7f28ed348cbf0f (diff)
Update README.md for samples portal (#358)
* Update README.md for samples portal * Update README.md for samples portal * Removed installwdf * Update fork (#2) * Fix typo ture -> true * Remove InstallWdf sample * Fix typo (#340) ture -> true * Readme typo fix (#349) * Update langid
Diffstat (limited to 'hid/hclient')
-rw-r--r--hid/hclient/README.md18
-rw-r--r--hid/hclient/hid-hclient.yml12
2 files changed, 12 insertions, 18 deletions
diff --git a/hid/hclient/README.md b/hid/hclient/README.md
index 192f4f90..5d925e46 100644
--- a/hid/hclient/README.md
+++ b/hid/hclient/README.md
@@ -1,3 +1,13 @@
+---
+topic: sample
+name: HClient sample application
+description: Demonstrates how to write a user-mode client application that communicates with HID devices.
+languages:
+ - cpp
+products:
+ - windows
+---
+
<!---
name: HClient sample application
platform: WDM
@@ -7,18 +17,14 @@
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617730
--->
-
-HClient sample application
-==========================
+# 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.)
You will find this sample useful if you need to develop an application that communicates with, or extracts information from, a HID device. This sample illustrates a method for detecting a connected HID, opening that device for communication, and extracting or formatting the data into, or from, device reports.
-Related topics
---------------
+## Related topics
[Human Input Devices Design Guide](http://msdn.microsoft.com/en-us/library/windows/hardware/ff539952)
[Human Input Devices Reference](http://msdn.microsoft.com/en-us/library/windows/hardware/ff539956)
-
diff --git a/hid/hclient/hid-hclient.yml b/hid/hclient/hid-hclient.yml
deleted file mode 100644
index 50177e19..00000000
--- a/hid/hclient/hid-hclient.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-### YamlMime:Sample
-sample:
-- name: HClient sample application
- description: Demonstrates how to write a user-mode client application that communicates with HID devices.
- generateZip: true
- preserveParentHierarchy: true
- author: windows-driver-samples
- languages:
- - cpp
- technologies:
- - windows
- vssolution: /hid/hclient/hclient.sln