Share via


BFFM_ENABLEOK (Windows Embedded CE 6.0)

1/6/2010

This message enables or disables the OK button for the Browse For Folder dialog box.

Syntax

BFFM_ENABLEOK
    wParam = 0;
    lParam = (LPARAM)fValid;

Parameters

  • wParam
    Not used. Set to zero.
  • lParam
    Indicates whether to enable or disable the OK button. Set this parameter to a nonzero value to enable the OK button. Set this parameter to zero to disable the OK button.

Return Value

None.

Remarks

You can send this message from within your implementation of the BrowseCallbackProc function.

Requirements

Header shlobj.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Standard Shell Messages
BrowseCallbackProc