CSSM_DL_FreeUniqueRecord
CSSM_RETURN CSSMAPI CSSM_DL_FreeUniqueRecord
(CSSM_DL_DB_HANDLE DLDBHandle,
CSSM_DB_UNIQUE_RECORD_PTR UniqueRecord)
This function frees the memory associated with the data store unique record structure.
- DLDBHandle (input)
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 the UniqueRecord identifier was assigned.
- UniqueRecord(input)
The pointer to the memory that describes the data store unique record structure.
CSSM_OK if the function was successful. CSSM_FAIL if an error condition occurred. Use CSSM_GetError to obtain the error code.
- CSSM_INVALID_UNIQUE_RECORD_POINTER
Invalid data store unique record pointer.
CSSM_DL_DataInsert, CSSM_DL_DataGetFirst, CSSM_DL_DataGetNext
Contents | Next section | Index |