本部分介绍人机接口设备(HID)调试器扩展命令。
HID 调试器扩展命令在 Hidkd.dll中实现。 To load the HID commands, enter .load hidkd.dll in the debugger.
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.
在本节
| 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. 子节点具有由父节点的 HID 函数驱动程序创建的物理设备对象(PDO)。 |
|
The !hidkd.hidppd command displays HID preparsed data. |
|
The !hidkd.hidrd command displays a HID report descriptor in both raw and parsed format. |