Contents Index Topic Contents | ||
Previous Topic: IWebBrowser2::get_Container Next Topic: IWebBrowser2::get_FullName |
IWebBrowser2::get_Document
HRESULT get_Document( IDispatch * FAR* ppDisp );Retrieves a pointer to the IDispatch interface of the Active Document object.
- Returns one of these values:
S_OK The operation was successful. E_FAIL The operation failed. E_INVALIDARG One or more parameters are invalid. E_NOINTERFACE The interface is not supported.
- ppDisp
- Address of a variable that receives the pointer to the object's IDispatch interface.
Applies To
WebBrowser, Internet Explorer
See also IWebBrowser2::get_Application, IWebBrowser2::get_Container, IWebBrowser2::get_Parent
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.