Searched refs:tempValName (Results 1 – 1 of 1) sorted by relevance
226 LPTSTR tempValName = NULL; in getPrincipalList() local257 tempValName = new TCHAR[maxLen+1]; in getPrincipalList()258 if (tempValName == NULL) in getPrincipalList()265 rc = RegEnumValue(hKey, iReg, tempValName, &size, in getPrincipalList()268 princ = _tcsdup(tempValName); in getPrincipalList()279 if (tempValName) in getPrincipalList()280 delete[] tempValName; in getPrincipalList()