Searched refs:PathCompactPathX (Results 1 – 1 of 1) sorted by relevance
68 …inline BOOL PathCompactPathX(HDC hDC, LPSTR pszPath, UINT dx) { return PathCompactPathA(hDC, pszPa… in PathCompactPathX() function69 …inline BOOL PathCompactPathX(HDC hDC, LPWSTR pszPath, UINT dx) { return PathCompactPathW(hDC, pszP… in PathCompactPathX() function175 BOOL result = PathCompactPathX(hDC, str, nWidth); in CompactPath()