IWebBrowser2::get_Document
Windows Mobile 6.5
A version of this page is also available for
4/8/2010
This method uses the Document property to get the automation object of the active document.
![]() |
---|
This is currently not supported.. |
HRESULT IWebBrowser2::get_Document( IDispatch **ppDisp );
- ppDisp
-
[out] Address of a pointer to the IDispatch interface that receives the automation object.
DISPID_WEBBROWSER_DOCUMENT
The DISPID is defined in piedocvw.h. Use this value to identify the event handler when implementing IDispatch::Invoke.
Show: