Debugging Tools for Windows

!wudfext.umdevstack

The !wudfext.umdevstack extension displays detailed information about a device stack in the host process.

Syntax

!wudfext.umdevstack devstack-address [Flags]

Parameters

devstack-address
Specifies the address of the device stack to display information about.
Flags
Optional. Specifies the type of information to be displayed. Flags can be any combination of the following bits. The default value is 0x01.
Bit 0 (0x01)
Displays information about the device stack.
Bit 8 (0x80)
Displays information about the internal framework.

DLL

Windows NT 4.0 Unavailable
Windows 2000 Unavailable
Windows XP and later Wudfext.dll

Comments

The following is an example of the !wudfext.umdevstack display:

kd> !umdevstack 0x0034e4e0
Device Stack: 0x0034e4e0  Pdo Name: \Device\00000057
  Number of UM drivers: 0x1
  Driver 00:
    Driver Config Registry Path: WUDFEchoDriver
    UMDriver Image Path: C:\Windows\system32\DRIVERS\UMDF\WUDFEchoDriver.dll
    Fx Driver: IWDFDriver 0xf2db8
    Fx Device: IWDFDevice 0xf2f80
        IDriverEntry: WUDFEchoDriver!CMyDriver 0x000f2c70

Additional Information

For more information, see User-Mode Driver Framework Debugging.

Build machine: CAPEBUILD