CONFIGRET CONFIGMG_Get_Next_Log_Conf(PLOG_CONF plcLogConf, LOG_CONF lcLogConf, ULONG ulFlags)
Returns a handle to the next logical configuration following the given configuration.
When this function is called with a logical configuration that was obtained using the CONFIGMG_Get_First_Log_Conf function with either the ALLOC_LOG_CONF or BOOT_LOG_CONF flag it necessarily returns CR_NO_MORE_LOG_CONF. (There is only one active boot or currently allocated logical configuration.)
Note Calling CONFIGMG_Add_Empty_Log_Conf or CONFIGMG_Free_Log_Conf from within a CONFIGMG_Get_First_Log_Conf/CONFIGMG_Get_Next_Log_Conf loop may have unwelcome side effects. Drivers should end the loop before adding or freeing a logical configuration and start it again when the operation is finished.
CONFIGMG_Add_Empty_Log_Conf, CONFIGMG_Free_Log_Conf, CONFIGMG_Get_First_Log_Conf