FindAttr

Synopsis

CK_ATTRIBUTE * FindAttr(CK_ATTRIBUTE_TYPE attrType,const TOK_ATTR_DATA * attrData); 

Description

Find the first attribute of the specified type in an attribute set.

Parameters

attrType

Type of attribute to locate

attrData

Attribute set

On Successful Return

Return a pointer to the attribute of the specified type.