Debugging Tools for Windows |
The !wdfkd.wdfiotarget extension displays information about a specified I/O target object.
Windows NT 4.0 | Unavailable |
Windows 2000 and later | Wdfkd.dll |
The following example shows a display from the !wdfkd.wdfiotarget extension.
WDFIOTARGET 8369cf40
=========================
WDFDEVICE: 0x7ca7b1c0
Target Device: !devobj 0x81ede5d8
Target PDO: !devobj 0x822b8a90
Type: Instack target
State: WdfIoTargetStarted
Requests waiting: 0
Requests sent: 0
Requests sent with ignore-target-state: 0
The output in the preceding example includes the address of the I/O target's parent framework device object, along with the addresses of the WDM DEVICE_OBJECT structures that represent the target driver's device object and the target device's physical device object (PDO).
For more information, see Kernel-Mode Driver Framework Debugging.