PathSetDlgItemPathA (SHLWAPI.@)
VOID PathSetDlgItemPathA ( HWND hDlg, int id, LPCSTR lpszPath )
Set the text of a dialog item to a path, shrinking the path to fit if it is too big for the item.
hDlg | [In] | Dialog handle. |
id | [In] | Id of item in the dialog. |
lpszPath | [In] | Path to set as the items text. |
Nothing.
If lpszPath is NULL, a blank string ("") is set (i.e. The previous window text is erased).
Declared in "include/shlwapi.h". gitlab.winehq.org/wine/wine/blob/master/include/shlwapi.h
Implemented in "dlls/shlwapi/path.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shlwapi/path.c
Debug channel "shell".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.