CONFIGRET CONFIGMG_Process_Events_Now(ULONG ulFlags)
Forces event processing to occur immediately.
There is no reason a standard device driver would ever call this function. It is meant to localize the event processing when debugging Configuration Manager using a Windows application. The application would call CONFIGMG_Lock, any required Configuration Manager functions, CONFIGMG_Process_Events_Now, and CONFIGMG_Unlock. Note that this function overides the locking mechanism.
CONFIGMG_Lock, CONFIGMG_Unlock