Debugging Tools for Windows

!ks.enumdevobj

The !ks.enumdevobj extension displays the KSDEVICE associated with a given WDM device object, and lists the filter types and filters currently instantiated on this device.

Syntax

!ks.enumdevobj DeviceObject 

Parameters

DeviceObject
Specifies a pointer to a WDM device object.

DLL

Windows NT 4.0 Not available
Windows 2000 winxp\ks.dll
Windows XP and later ks.dll

Comments

The output from !ks.allstreams can be used as the input for !ks.enumdevobj.

Here is an example of the !ks.enumdevobj display:

kd> !enumdevobj 8241c020
WDM device object 8241c020:
    Corresponding KSDEVICE        823b8430
    Factory 829782dc [Descriptor f7a233c8] instances:
        829493c4 

Additional Information

For more information, see Kernel Streaming Debugging.

Build machine: CAPEBUILD