Contents Index Topic Contents | ||
Previous Topic: IHTMLElement::get_onmouseup Next Topic: IHTMLElement::put_title |
IHTMLElement::get_document
HRESULT get_document( IDispatch **p );Retrieves an interface pointer that provides access to the document object's properties and methods.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a pointer to the IDispatch interface for the document object. The variable receives NULL if the current object is the top-most object.
See also IHTMLDocument2
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.