CONFIGMG_Initialize

CONFIGRET CONFIGMG_Initialize(ULONG ulFlags)
 

Ensures that Configuration Manager is ready to accept function calls, by creating the root node of the hardware tree and installing and allocating the required resources. This function is typically called only by VMM and VXDLDR. No other VxD should call this function.

ulFlags
Must be either CM_INITIALIZE_VMM (the VMM is initializing Configuration Manager prior to Sys_Critical_Init) or CM_INITIALIZE_VXDLDR (VXDLDR is ready).

Only internal Windows 95 components use this function.