IHTMLStyleSheet::get_mediaIHTMLStyleSheet::get_media*
*



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.

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

See also put_media

Up Top of Page


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.

v
String specifying the media type for the styleSheet element.

See also get_media


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