Home > |
---|
TOK_ATTR_DATA * DupAttributeSet(
const TOK_ATTR_DATA * attrData);
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.
attrData |
Attribute set to duplicate |