Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Questa sezione descrive i comandi di estensione del debugger HID (Human Interface Device).
I comandi di estensione del debugger HID vengono implementati in Hidkd.dll. To load the HID commands, enter .load hidkd.dll in the debugger.
Introduzione alle estensioni HID
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 questa sezione
| 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. I nodi figlio hanno un oggetto dispositivo fisico (PDO) creato dal driver di funzione HID del nodo padre. |
|
The !hidkd.hidppd command displays HID preparsed data. |
|
The !hidkd.hidrd command displays a HID report descriptor in both raw and parsed format. |