IShellView::EnableModeless
[Now
Supported on Windows NT]
If the view
owns any modeless dialog boxes, it should disable all of them when this member
is called with FALSE and keep them disabled until it is called again with TRUE.
HRESULT EnableModeless(
LPFOLDERSETTINGS fEnable |
// Boolean
flags |
); |
|
Parameters
fEnable
Specifies
TRUE to enable modeless dialog box windows, FALSE to disable them.
Return Values
Returns
NOERROR if successful or an OLE-defined error value otherwise.
See Also