Home
last modified time | relevance | path

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

/reactos/sdk/lib/atl/
H A Datlpath.h68 …inline BOOL PathCompactPathX(HDC hDC, LPSTR pszPath, UINT dx) { return PathCompactPathA(hDC, pszPa… in PathCompactPathX() function
69 …inline BOOL PathCompactPathX(HDC hDC, LPWSTR pszPath, UINT dx) { return PathCompactPathW(hDC, pszP… in PathCompactPathX() function
175 BOOL result = PathCompactPathX(hDC, str, nWidth); in CompactPath()