DupAttributeSet

Make a copy of an attribute set.  The returned attribute set is newly allocated. This memory needs to be released via a call to FreeAttributeSet.

Synopsis

TOK_ATTR_DATA * DupAttributeSet(
const TOK_ATTR_DATA * attrData);
Parameter Description
attrData Attribute set to duplicate