CONFIGMG_Unlock


CONFIGRET CONFIGMG_Unlock(ULONG ulFlags)

Reenables Configuration Manager events after a call to the CONFIGMG_Lock function.

ulFlags

Must be zero.

This function decrements the counting semaphore that prevents Configuration Manager from sending events. If the count is zero, Configuration Manager begins sending events again. This function is asynchronous (that is, callable at interrupt time), reentrant, and fast.

See also CONFIGMG_Lock, CONFIGMG_Process_Events_Now