CONFIGRET CONFIGMG_Get_Child(PDEVNODE pdnDevNode, DEVNODE dnDevNode, ULONG ulFlags)
Retrieves the first child of a given device node.
pdnDevNode
Address that receives the handle of the device node.
dnDevNode
Handle of the parent device node.
ulFlags
Must be zero.
This function is called by any device driver that needs to walk the hardware tree.
See also CONFIGMG_Get_Parent, CONFIGMG_Get_Sibling