次の方法で共有


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

特殊化された拡張機能コマンド