Share via


BFFM_SETSTATUSTEXT (Windows Embedded CE 6.0)

1/6/2010

This message sets the status text in the Browse For Folder dialog box.

Syntax

BFFM_SETSTATUSTEXT
    wParam = 0;
    lParam = (LPARAM)szStatusText;

Parameters

  • wParam
    Not used. Set to zero.
  • lParam
    Pointer to a NULL-terminated string that contains the desired text.

Return Value

None.

Remarks

You can send this message from within your implementation of the BrowseCallbackProc function.

Requirements

Header shlobj.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Standard Shell Messages
BrowseCallbackProc