Click to return to the Reusing Browser Technology home page    
IHTMLWindow2::get_event M...     IHTMLWindow2::get_frames ...     IHTMLWindow2 Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLWindow2::get_external Method


Retrieves external access to an additional object model provided by host applications of the Microsoft® Internet Explorer browser components.

Syntax

HRESULT get_external( 
    IDispatch **p 
);

Parameters

p
Address of a pointer to an IDispatch interface that receives external access to an additional object model.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

In the Internet Explorer stand-alone browser, no external object model is available. In a hosting scenario where it is available, the object model is defined by the application hosting the Internet Explorer components, and the hosting application should be referred to for documentation. For further details on how to implement extensions to the object model, see the Internet Client SDK documentation on "Reusing the WebBrowser and MSHTML".

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.