CONFIGMG_Get_Sibling

CONFIGRET CONFIGMG_Get_Sibling(PDEVNODE pdnDevNode, DEVNODE dnDevNode, ULONG ulFlags)
 

Retrieves the sibling of a device node.

pdnDevNode
Address that receives a handle to the sibling device node.
dnDevNode
Handle of a device node.
ulFlags
Must be zero.

This function can be called in a loop to retrieve all the siblings of a device node. When the function returns CR_NO_SUCH_DEVNODE, the device node has no more siblings.

See Also

CONFIGMG_Get_Child, CONFIGMG_Get_Parent