Contents Index Topic Contents | ||
Previous Topic: IHTMLStyleSheet::get_media Next Topic: IHTMLStyleSheet::get_parentStyleSheet |
IHTMLStyleSheet::get_owningElement
HRESULT get_owningElement( IHTMLElement **p );Retrieves the element that is next in the HTML hierarchy. This usually contains the STYLE or LINK that defined the style sheet.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives an interface pointer to the element.
See also IHTMLElement
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.