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