Click to return to the Reusing Browser Technology home page    
IWebBrowser2::get_Busy Me...     IWebBrowser2::get_Documen...     IWebBrowser2 Interface    
Web Workshop  |  Reusing Browser Technology

IWebBrowser2::get_Container Method


Retrieves a pointer to the IDispatch interface of the container.

Syntax

HRESULT get_Container(
    IDispatch** ppDisp
);

Parameters

ppDisp
Address of an IDispatch variable that receives the pointer to the container's IDispatch interface.

Return Value

Returns one of the following values:

S_OK The operation was successful.
E_FAIL The operation failed.
E_NOINTERFACE The interface is not supported.

See Also

IWebBrowser2::get_Application, IWebBrowser2::get_Document, IWebBrowser2::get_Parent


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.