Share via


IShellView::EnableModeless (Windows CE 5.0)

Send Feedback

This method enables or disables modeless dialog boxes. This method is not currently implemented.

Syntax

HRESULT EnableModeless(  BOOL fEnable);

Parameters

  • fEnable
    [in] Nonzero to enable modeless dialog box windows or zero to disable them.

Return Value

Returns NOERROR if successful, or an OLE-defined error value otherwise.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Shobjidl.h, Shobjidl.idl.
Link Library: Implementation dependent.

See Also

IShellView | Standard Shell Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.