Searched refs:pOutA (Results 1 – 1 of 1) sorted by relevance
38 char* pOutA = (LPSTR)_alloca( cchMax * sizeof(CHAR) ); variable39 BOOL bret = PathCompactPathExA(pOutA, lpPathA, cchMax, dwFlags);40 MultiByteToWideChar(CP_ACP, 0, pOutA, -1, pszOut, (int) cchMax);
Completed in 11 milliseconds