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

IWebBrowser2::get_Parent Method


Retrieves a pointer to the IDispatch interface of the object that is the container of the WebBrowser control.

Syntax

HRESULT get_Parent(
    IDispatch** ppDisp
);

Parameters

ppDisp
Address of an IDispatch pointer 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.

Windows CE

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

See Also

IWebBrowser2::get_Application, IWebBrowser2::get_Container, IWebBrowser2::get_Document


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.