FreeAttributesNoClear
Free all attributes contained in the attribute array, then free the array itself. This function does not explicitly write 0xaa to the memory to be freed before freeing.
Synopsis
void FreeAttributesNoClear(
CK_ATTRIBUTE_PTR attr,
CK_COUNT attrCount);
Parameter | Description |
---|---|
attr | Attribute array to free |
attrCount | Number of attributes in the array |