HID Extensions

本節說明人機介面裝置 (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

!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. 子節點具有父節點的 HID 函式驅動程式所建立的實體裝置物件 (PDO) 。

!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.

另請參閱

RCDRKD Extensions

專用擴充功能命令