IHTMLDocument2::get_bodyIHTMLDocument2::get_body*
*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.

p
Address of a pointer to the IHTMLElement interface of the BODY object.

See also get_all


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.