Compartir a través de


BFFM_VALIDATEFAILED (Windows CE 5.0)

Send Feedback

This message indicates that the user typed an invalid name into the edit box of the Browse For Folder dialog box.

Syntax

BFFM_VALIDATEFAILEDlParam = (LPARAM)szEditText;

Parameters

  • lParam
    Pointer to a character buffer that contains the invalid name.

Return Values

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

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.