Contents Index Topic Contents | ||
Previous Topic: IHTMLDocument2::get_all Next Topic: IHTMLDocument2::get_activeElement |
IHTMLDocument2::get_body
HRESULT get_body( IHTMLElement **p );Retrieves an interface pointer to the document's BODY object.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a pointer to the IHTMLElement interface of the BODY object.
See also get_all
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.