Merges the attributes of two elements.
Syntax
HRESULT mergeAttributes(
IHTMLElement *mergeThis
);
Parameters
- mergeThis
- Address of an IHTMLElement interface that specifies the attributes to be merged.
Return Value
Returns S_OK if successful, or an error code otherwise.