|
DL_FreeUniqueRecord(3)
Contents |
DL_FreeUniqueRecord, CSSM_DL_FreeUniqueRecord - Free data
store memory (CDSA)
# include <cdsa/cssm.h>
API: CSSM_RETURN CSSMAPI CSSM_DL_FreeUniqueRecord
(CSSM_DL_DB_HANDLE DLDBHandle, CSSM_DB_UNIQUE_RECORD_PTR
UniqueRecord) SPI: CSSM_RETURN CSSMDLI DL_FreeUniqueRecord
(CSSM_DL_DB_HANDLE DLDBHandle, CSSM_DB_UNIQUE_RECORD_PTR
UniqueRecord)
Common Security Services Manager library (libcssm.so)
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. The pointer to the memory that describes the
data store unique record structure.
This function frees the memory associated with the data
store unique record structure.
A CSSM_RETURN value indicating success or specifying a
particular error condition. The value CSSM_OK indicates
success. All other values represent an error condition.
Errors are described in the CDSA technical standard. See
CDSA_intro(3). CSSMERR_DL_INVALID_DB_HANDLE CSSMERR_DL_INVALID_RECORD_UID
Books
Intel CDSA Application Developer's Guide (see
CDSA_intro(3))
Reference Pages [Toc] [Back]
Functions for the CSSM API:
CSSM_DL_DataInsert(3), CSSM_DL_DataGetFirst(3),
CSSM_DL_DataGetNext(3)
Functions for the DL SPI:
DL_DataInsert(3), DL_DataGetFirst(3), DL_DataGetNext(3)
DL_FreeUniqueRecord(3)
[ Back ] |