BFFM_VALIDATEFAILED (Compact 2013)
3/28/2014
This message indicates that the user typed an invalid name into the edit box of the Browse For Folder dialog box.
Syntax
BFFM_VALIDATEFAILED
lParam = (LPARAM)szEditText;
Parameters
- lParam
Pointer to a character buffer that contains the invalid name.
Return Value
Return zero to dismiss the dialog box or a nonzero value to continue displaying the dialog box.
Remarks
The Browse For Folder dialog box sends this message to the BrowseCallbackProc function.
An application can use this message to inform the user that the name entered is not valid.
Requirements
Header |
shlobj.h |