PathSetDlgItemPathA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/shlwapi/path.c".

Debug channel "shell".