다음을 통해 공유


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

특수 확장 명령