Home
last modified time | relevance | path

Searched refs:pOutA (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/sal/systools/win32/uwinapi/
H A DPathCompactPathExW.cpp38 char* pOutA = (LPSTR)_alloca( cchMax * sizeof(CHAR) ); variable
39 BOOL bret = PathCompactPathExA(pOutA, lpPathA, cchMax, dwFlags);
40 MultiByteToWideChar(CP_ACP, 0, pOutA, -1, pszOut, (int) cchMax);

Completed in 16 milliseconds