CONFIGRET CONFIGMG_Register_DevLoader(PVMMDDB pDDB, ULONG ulFlags)
Specifies that a static VxD is ready to be a device loader.
pDDB
The static VxD which is ready to be a device loader.
ulFlags
Must be zero.
If the DDB parameter is NULL or not valid, the function returns CR_SUCCESS but takes no action. Also, any PNP_NEW_DEVNODE will necessarily occur after this function returns (ie, on the next appy time).