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