PathSetDlgItemPathA(3w)
NAME
PathSetDlgItemPathA (SHLWAPI.@)
SYNOPSIS
VOID PathSetDlgItemPathA ( HWND hDlg, int id, LPCSTR lpszPath )
DESCRIPTION
Set the text of a dialog item to a path, shrinking the path to fit if
it is too big for the item.
PARAMS
hDlg [In] Dialog handle.
id [In] Id of item in the dialog.
lpszPath [In] Path to set as the items text.
RETURNS
Nothing.
NOTES
If lpszPath is NULL, a blank string ("") is set (i.e. The previous window text is erased).
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".