IHTMLRuleStyle::removeAttributeIHTMLRuleStyle::removeAttribute*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLRuleStyle::getAttribute
*Next Topic: IHTMLScreen

IHTMLRuleStyle::removeAttribute


HRESULT removeAttribute( 
    BSTR strAttributeName, 
    LONG lFlags,
    VARIANT_BOOL *pfSuccess 
);

Removes the given attribute from the element.

strAttributeName
String specifying the name of the attribute to remove.
lFlags
Long integer that contains the flags.
pfSuccess
Address of a variable that receives TRUE if the function succeeds, or FALSE otherwise.

See also setAttribute, getAttribute


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