次の方法で共有


BFFM_ENABLEOK (Windows CE 5.0)

Send Feedback

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

Syntax

BFFM_ENABLEOKwParam = 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 Values

None.

Remarks

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

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.