IHTMLRuleStyle::get_filterIHTMLRuleStyle::get_filter*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLRuleStyle::put_filter
*Next Topic: IHTMLRuleStyle::setAttribute

IHTMLRuleStyle::get_filter


HRESULT get_filter(
    BSTR *p 
);

Retrieves a filter or collection of filters for the element.

p
Address of a variable that receives the filter.

See also put_filter

Up Top of Page


IHTMLRuleStyle::put_filter


HRESULT put_filter(
    BSTR v 
);

Sets a filter or collection of filters for the element.

v
String specifying the filter.

See also get_filter


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