ConcatAttributeSets
Append attributes from the user set to the base set. The 'base' attributes will override 'user' attributes where duplicates are concerned.
Synopsis
CK_RV ConcatAttributeSets(
TOK_ATTR_DATA * base,
const TOK_ATTR_DATA * user);
Parameter | Description |
---|---|
base | Reference to attribute set to append to |
user | Reference to attribute set to append |