The handle pair that describes the add-in data storage
library module to be used to perform this function and the open
data store from which to delete the specified data record.
UniqueRecordIdentifier (input)
A pointer to a CSSM_DB_UNIQUE_RECORD identifier
containing unique identification of the data record to be deleted
from the data store. Once the associated record has been deleted,
this unique record identifier cannot be used in future references,
except as an argument to DL_FreeUniqueRecord() which must still be called.
DESCRIPTIONThis function removes the data record specified by the unique
record identifier from the specified data store. RETURN VALUEA CSSM_RETURN value indicating success or specifying a particular
error condition. The value CSSM_OK indicates success. All other
values represent an error condition. ERRORSErrors are described in the CDSA Technical Standard.