1 out of 1 rated this helpful - Rate this topic

IInternetExplorerManager interface

[This documentation is preliminary and is subject to change.]

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

The IInternetExplorerManager interface has these methods.

MethodDescription
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 Release Preview

Minimum supported server

Windows Server 2012

Header

Ieautomation.h

IDL

Ieautomation.idl

 

 

Build date: 6/6/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.