Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
In deze sectie worden de extensieopdrachten voor foutopsporingsprogramma's van Human Interface Device (HID) beschreven.
De extensieopdrachten voor HID-foutopsporingsprogramma's worden geïmplementeerd in Hidkd.dll. To load the HID commands, enter .load hidkd.dll in the debugger.
Aan de slag met de HID-extensies
To start debugging a HID issue, enter the !hidtree command. The !hidtree command displays a list of commands and addresses that you can use to investigate device objects, preparsed HID data, and HID report descriptors.
In dit onderdeel
| Topic | Description |
|---|---|
The !hidkd.help command displays help for the HID debugger extension commands. |
|
The !hidkd.hidfdo command displays HID information associated with a functional device object (FDO). |
|
The !hidkd.hidpdo command displays HID information associated with a physical device object (PDO). |
|
The !hidkd.hidtree command displays a list of all device nodes that have a HID function driver along with their child nodes. De onderliggende knooppunten hebben een fysiek apparaatobject (PDO) dat is gemaakt door het HID-functiestuurprogramma van het bovenliggende knooppunt. |
|
The !hidkd.hidppd command displays HID preparsed data. |
|
The !hidkd.hidrd command displays a HID report descriptor in both raw and parsed format. |