Home > |
---|
CK_ATTRIBUTE * FindAttribute(
CK_ATTRIBUTE_TYPE attrType,
const CK_ATTRIBUTE * attr,
CK_COUNT attrCount);
Find the first attribute of the specified type in an attribute template.
attrType |
Type of the attribute to locate |
attr |
Attribute temple (that is, array of CK_ATTRIBUTE) |
attrCount |
Number of attributes referenced by attr |
Return a pointer to the attribute of the specified type.