Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
Hosting and Reuse
Interfaces
IDocHostUIHandler
 GetExternal Method
IDocHostUIHandler::GetExternal Method

Gets the host's IDispatch interface.

Syntax

HRESULT GetExternal(      
    IDispatch **ppDispatch );

Parameters

ppDispatch
[out] A pointer to a variable that receives an IDispatch interface pointer for the host application.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

If the host exposes an automation interface, it can provide a reference to MSHTML through ppDispatch.

If the method implementation does not supply an IDispatch, set ppDispatch to NULL, even if the method fails or returns S_FALSE.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker