Searched refs:pNode1 (Results 1 – 1 of 1) sorted by relevance
715 static INT InputList_Compare(INPUT_LIST_NODE *pNode1, INPUT_LIST_NODE *pNode2) in InputList_Compare() argument717 INT nCompare = _wcsicmp(pNode1->pszIndicator, pNode2->pszIndicator); in InputList_Compare()721 return _wcsicmp(pNode1->pLayout->pszName, pNode2->pLayout->pszName); in InputList_Compare()