Searched refs:szOutBuf (Results 1 – 1 of 1) sorted by relevance
98 TCHAR szOutBuf[MAX_PATH]; in ShowAppList() local155 wsprintf(szOutBuf, _T(" %d \t %s\n"), iCount, szDisplayName); in ShowAppList()156 CharToOem(szOutBuf, szOutBuf); in ShowAppList()157 printf("%s", szOutBuf); in ShowAppList()165 … (LPBYTE) szOutBuf, &dwSize) == ERROR_SUCCESS) && (iItem == iCount)) in ShowAppList()167 CallUninstall(szOutBuf); in ShowAppList()