CONFIGMG_Free_Log_Conf


CONFIGRET CONFIGMG_Free_Log_Conf(LOG_CONF lcLogConfToBeFreed, ULONG ulFlags)

Frees a logical configuration and all resource descriptors associated with it.

lcLogConfToBeFreed

Handle that was retrieved by a call to the CONFIGMG_Add_Empty_Log_Conf function.

ulFlags

Must be zero.

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.

See also CONFIGMG_Add_Empty_Log_Conf, CONFIGMG_Get_First_Log_Conf, CONFIGMG_Get_Next_Log_Conf