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

Declared in "shlwapi.h". https://source.winehq.org/source/include/shlwapi.h

Implemented in "dlls/shlwapi/path.c". https://source.winehq.org/source/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 Apr 2024.