IShellView::EnableModeless method
Enables or disables modeless dialog boxes. This method is not currently implemented.
Syntax
HRESULT EnableModeless( BOOL fEnable );
Parameters
- fEnable
-
Type: BOOL
Nonzero to enable modeless dialog box windows or zero to disable them.
Return value
Type: HRESULT
Returns S_OK if successful, or a COM-defined error value otherwise.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
---|---|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
IDL |
|
DLL |
|
See also
Show: