Share via


BFFM_VALIDATEFAILED (Windows Embedded CE 6.0)

1/6/2010

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