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