Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an interface pointer to the document body object.
Syntax
HRESULT IHTMLDocument2::get_body(IHTMLElement **p);
Parameters
- p
Address of a pointer to a variable of type IHTMLElement interface that receives the body object.
Return Value
Returns S_OK if successful, or an error value otherwise.