Debugging Tools for Windows

!devhandles

!devhandles扩展命令用于显示指定设备已经被打开的句柄。

语法

!devhandles Address 

参数

Address
指定要显示被打开的句柄的设备地址。

DLL

Windows 2000 不可用
Windows XP和之后 Kdexts.dll

注释

要显示完整的句柄信息,该扩展命令需要私有符号。

设备对象的地址可以通过!drvobj!devnode扩展命令获得。

下面是一个经过删减的示例:

lkd> !devhandles 0x841153d8

Checking handle table for process 0x840d3940
Handle table at 95fea000 with 578 Entries in use

Checking handle table for process 0x86951d90
Handle table at 8a8ef000 with 28 Entries in use

...

Checking handle table for process 0x87e63650
Handle table at 947bc000 with 308 Entries in use

Checking handle table for process 0x87e6f4f0
00000000: Unable to read handle table

Build machine: CAPEBUILD