Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The driver samples in this directory provide a starting point for writing a custom HID driver for your device.
Sample | Description |
---|---|
KMDF HID Filter | A filter driver for a HID device. Along with illustrating how to write a filter driver, this sample shows how to use remote I/O target interfaces to open a HID collection in kernel-mode and send IOCTL requests to set and get feature reports, as well as how an application can use WMI interfaces to send commands to a filter driver. |
HClient Application | Demonstrates how to write a user-mode client application that communicates with HID devices conforming to the HID device class specification. |
HIDUSBFX2 | Demonstrates mapping of a non-HID USB device to a HID device. |
UMDF HID Minidriver | A sample demonstrating how to write a HID minidriver using the User-Mode Driver Framework (UMDF). |