PathCompactPathA(3w)
NAME
PathCompactPathA (SHLWAPI.@)
SYNOPSIS
BOOL PathCompactPathA ( HDC hDC, LPSTR lpszPath, UINT dx )
DESCRIPTION
Make a path fit into a given width when printed to a DC.
PARAMS
hDc [In] Destination DC.
lpszPath [In/Out] Path to be printed to hDc.
dx [In] Desired width.
RETURNS
TRUE If the path was modified/went well. FALSE Otherwise.
IMPLEMENTATION
Defined in "shlwapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/path.c".
- Debug channel "shell".