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