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