Contents Index Topic Contents | ||
Previous Topic: IHTMLStyleSheet::get_imports Next Topic: IHTMLStyleSheet::get_owningElement |
IHTMLStyleSheet::get_media
HRESULT get_media( BSTR *p );Receives the string that indicates which media this style applies to.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a sting variable that receives the media type.
See also put_media
IHTMLStyleSheet::put_media
HRESULT put_media( BSTR v );Sets the string that indicates which media this style element applies to. See IHTMLLinkElement::put_media for values.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the media type for the styleSheet element.
See also get_media
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.