Contents Index Topic Contents | ||
Previous Topic: IHTMLStyleSheet::get_readOnly Next Topic: IHTMLStyleSheet::get_title |
IHTMLStyleSheet::get_rules
HRESULT get_rules( IHTMLStyleSheetRulesCollection **p );Retrieves an IHTMLStyleSheetRulesCollection pointer to the collection of the rules in this styleSheet. If there are no rules, the length of the collection returned is zero.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives an interface pointer to IHTMLStyleSheetRulesCollection.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.