IHTMLLinkElement::get_mediaIHTMLLinkElement::get_media*
*



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.

p
Address of a string variable that receives the media type.

See also put_media

Up Top of Page


IHTMLLinkElement::put_media


HRESULT put_media(
    BSTR v 
);

Sets the inline script that indicates which media this LINK element applies to.

v
String specifying the media type.

See also get_media


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.