Condividi tramite


HID Extensions

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

!hidkd.help

The !hidkd.help command displays help for the HID debugger extension commands.

!hidkd.hidfdo

The !hidkd.hidfdo command displays HID information associated with a functional device object (FDO).

!hidkd.hidpdo

The !hidkd.hidpdo command displays HID information associated with a physical device object (PDO).

!hidkd.hidtree

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.

!hidkd.hidppd

The !hidkd.hidppd command displays HID preparsed data.

!hidkd.hidrd

The !hidkd.hidrd command displays a HID report descriptor in both raw and parsed format.

Vedere anche

RCDRKD Extensions

Comandi di estensione specializzati