Sets the value of the given attribute. If the attribute is not already present, the method adds the attribute to the element and sets the value.
Syntax
HRESULT setAttribute( BSTR strAttributeName, VARIANT AttributeValue, LONG lFlags );
Parameters
- strAttributeName
- String that specifies the name of the attribute to set.
- AttributeValue
- String, number, or Boolean value to assign to the attribute.
- lFlags
- Long integer value that specifies the flags.
Return Value
Returns S_OK if successful, or an error code otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0