Share via


IShellView::EnableModeless (Windows Embedded CE 6.0)

1/6/2010

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

Header shobjidl.h, shobjidl.idl
Library Developer Implemented
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

IShellView
Standard Shell Interfaces