Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 1.64 KB

-wdfkd-wdfchildlist.md

File metadata and controls

68 lines (49 loc) · 1.64 KB
title description keywords ms.date topic_type ms.topic api_name api_type
!wdfkd.wdfchildlist
The !wdfkd.wdfchildlist extension displays a child list's state and information about all of the device identification descriptions that are in the child list.
!wdfkd.wdfchildlist Windows Debugging
05/23/2017
apiref
reference
wdfkd.wdfchildlist
NA

!wdfkd.wdfchildlist

The !wdfkd.wdfchildlist extension displays a child list's state and information about all of the device identification descriptions that are in the child list.

!wdfkd.wdfchildlist Handle 

Parameters

Handle
A WDFCHILDLIST-typed handle to the child list.

DLL

Wdfkd.dll

Frameworks

KMDF 1

Additional Information

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

Remarks

The following example shows a !wdfkd.wdfchildlist display.

kd> !wdfchildlist 0x7cc090c8 

## Dumping WDFCHILDLIST 0x7cc090c8
---------------------------------------
owning !WDFDEVICE 0x7ca7b1c0
ID description size 0x8

State:
-----
List is unlocked, changes will be applied immediately
No scans or enumerations are active on the list

Descriptions:
------------
 PDO !WDFDEVICE 0x7cad31c8, ID description 0x83ac4ff4
 +Device WDM !devobj 0x81fb00e8, WDF pnp state WdfDevStatePnpStarted (0x119)
 +Device found in last scan

No pending insertions are in the list.

Callbacks:
---------
 EvtChildListCreateDevice:  wdfrawbusenumtest!RawBus_RawPdo_Create (f22263b0)