Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This message sets the status text in the Browse For Folder dialog box.
Syntax
BFFM_SETSTATUSTEXTwParam = 0;lParam = (LPARAM)szStatusText;
Parameters
- wParam
Not used. Set to zero. - lParam
Pointer to a NULL-terminated string that contains the desired text.
Return Values
None.
Remarks
You can send this message from within your implementation of the BrowseCallbackProc function.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Shlobj.h.
See Also
Standard Shell Messages | BrowseCallbackProc
Send Feedback on this topic to the authors