Home > |
---|
TOK_ATTR_DATA * DupAttributes(
const CK_ATTRIBUTE * attr,
CK_COUNT attrCount);
Make a copy of an array of attributes. The returned attribute set is newly allocated. This memory needs to be released via a call to FreeAttributeSet.
attr |
Attribute array to duplicate |
attrCount |
Number of attributes in attr |