Searched refs:pNewLogConfInfo (Results 1 – 1 of 1) sorted by relevance
5202 PLOG_CONF_INFO pNewLogConfInfo; in CM_Get_Next_Log_Conf_Ex() local5260 pNewLogConfInfo = HeapAlloc(GetProcessHeap(), 0, sizeof(LOG_CONF_INFO)); in CM_Get_Next_Log_Conf_Ex()5261 if (pNewLogConfInfo == NULL) in CM_Get_Next_Log_Conf_Ex()5264 pNewLogConfInfo->ulMagic = LOG_CONF_MAGIC; in CM_Get_Next_Log_Conf_Ex()5265 pNewLogConfInfo->dnDevInst = pLogConfInfo->dnDevInst; in CM_Get_Next_Log_Conf_Ex()5266 pNewLogConfInfo->ulType = pLogConfInfo->ulType; in CM_Get_Next_Log_Conf_Ex()5267 pNewLogConfInfo->ulTag = ulNewTag; in CM_Get_Next_Log_Conf_Ex()5269 *plcLogConf = (LOG_CONF)pNewLogConfInfo; in CM_Get_Next_Log_Conf_Ex()