IInternetSecurityMgrSite::EnableModeless method

Enables the use of modeless pop-up windows.

Syntax

HRESULT EnableModeless(
  [in] BOOL fEnable
);

Parameters

  • fEnable [in]
    A Boolean value that specifies whether modeless pop-up windows are used. TRUE enables modeless pop-up windows; FALSE disables them.

Return value

Returns S_OK if successful, or E_FAIL otherwise.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

DLL

Urlmon.dll

See also

IInternetSecurityMgrSite