Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the document's root element.
Syntax
HRESULT documentElement( BSTR eTag, IHTMLElement **rootElem );
Parameters
- eTag
- String value specifiying the type of element to create.
- rootElem
- Address of a pointer to the IHTMLElement interface of the root document.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
IHTMLDocument3
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.