CONFIGMG_Setup_DevNode
CONFIGRET CONFIGMG_Setup_DevNode(DEVNODE dnDevNode, ULONG ulFlags)
Reenables and configures a specified device node, or ask the enumerator to download information.
- Returns CR_SUCCESS if the function is successful. Otherwise, the return value can be CR_INVALID_FLAG, CR_INVALID_DEVNODE, CR_NOT_SYSTEM_VM, CR_OUT_OF_MEMORY or CR_FAILURE.
- dnDevNode
- Device node which may be reconfigured.
- ulFlags
- Must be either CM_SETUP_DEVNODE_READY (for reenabling a devnode that had a problem) or CM_SETUP_DOWNLOAD (to ask the enumerator to download information).