CONFIGMG_Remove_Unmarked_Children
CONFIGRET CONFIGMG_Remove_Unmarked_Children(DEVNODE dnDevNode, ULONG ulFlags)
Removes any children of a device node for which the DN_HAS_MARK flag is cleared.
- Returns CR_SUCCESS if the function is successful. Otherwise, the return value can be CR_INVALID_DEVNODE, CR_NOT_SYSTEM_VM or CR_INVALID_FLAG.
- dnDevNode
- Device node that is the parent of the device nodes which are removed if their DN_HAS_MARK flag is cleared.
- ulFlags
- Must be zero.
See Also
CONFIGMG_Reset_Children_Marks