Share via


BFFM_VALIDATEFAILED

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Standard Shell Messages
BrowseCallbackProc