CONFIGMG_CallBack_Enumerator
CONFIGRET CONFIGMG_CallBack_Enumerator(CMENUMHANDLER Handler, ULONG ulFlags)
Call back the device driver, once per devnode.
- Handler
- is the routine that was register with a CONFIGMG_Register_Enumerator.
- ulFlags
- must be zero.
- Returns CR_SUCCESS if the function was successful. Otherwise, one of the following errors is returned:
- CR_INVALID_FLAG
- if ulFlags is not zero.
- CR_INVALID_API
- if called from ring 3.
An enumerator calls this function when it needs to be called back once per devnode.
This function is synchronous and must not be called from within an interrupt handler.