IInternetExplorerManager interface

The IInternetExplorerManager interface provides a separate COM server for managing Windows Internet Explorer processes.

Members

The IInternetExplorerManager interface inherits from the IUnknown interface. IInternetExplorerManager also has these types of members:

  • Methods

Methods

The IInternetExplorerManager interface has these methods.

Method Description
CreateObject

Create a Internet Explorer browser object based on the specified configuration options.

 

Remarks

You can instantiate this object with CLSID_InternetExplorerManager.

The manager is configured to create instances of Internet Explorer that are isolated from those created using CLSID_InternetExplorer and CLSID_InternetExplorerMedium and from other Internet Explorer windows created using mechanisms such as DDE and ShellExecute. Windows created using this interface are also isolated from themselves. For more information, see IInternetExplorerManager::CreateObject.

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

Ieautomation.h

IDL

Ieautomation.idl