이 섹션에서는 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. |