!wdfkd.wdfusbdevice
The !wdfkd.wdfusbdevice extension displays information about a specified Kernel-Mode Driver Framework (KMDF) USB device object. This information includes all USB interfaces and the pipes that are configured for each interface.
!wdfkd.wdfusbdevice Handle [Flags]
Parameters
Handle
A handle to a WDFUSBDEVICE-typed USB device object.
Flags
Optional. A hexadecimal value that modifies the kind of information to return. The default value is 0x0. Flags can be any combination of the following bits:
Bit 0 (0x1)
The display will include the properties of the I/O target.
Bit 1 (0x2)
The display will include the properties of the I/O target for each USB pipe object.
DLL
Wdfkd.dll
Frameworks
KMDF 1, UMDF 2
Additional Information
For more information, see Kernel-Mode Driver Framework Debugging.