IDocHostUIHandler::GetExternalIDocHostUIHandler::GetExternal*
*Contents  *Index  *Topic Contents
*Previous Topic: IDocHostUIHandler::GetDropTarget
*Next Topic: IDocHostUIHandler::GetHostInfo

IDocHostUIHandler::GetExternal

HRESULT GetExternal(
    IDispatch **ppDispatch    
);

Called by IE4/MSHTML to obtain the host's IDispatch interface.

ppDispatch
Address that receives the IDispatch interface pointer of the host application. If the host exposes an automation interface, it can provide a reference to IE4/MSHTML through this parameter. The contents of this parameter should always be initialized to NULL, even if the method fails.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.