Debugging Tools for Windows

!ks.enumdrvobj

The !ks.enumdrvobj extension displays all KSDEVICE structures associated with a given WDM driver object, and lists the filter types and filters currently instantiated on these devices.

Syntax

!ks.enumdrvobj DriverObject

Parameters

DriverObject
Specifies a pointer to a WDM driver object.

DLL

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

Comments

Since !ks.enumdrvobj enumerates every device chained off a WDM driver object, it is equivalent to invoking !ks.enumdevobj on every device chained off a given driver.

Additional Information

For more information, see Kernel Streaming Debugging.

Build machine: CAPEBUILD