CSSM_DL_FreeUniqueRecord

Description

Frees the pointer to the unique record ID that is returned by the CSSM_DL_DataGetFirst or CSSM_DL_DataGetNext functions. The record itself and the data it contains are unchanged. The calling application must use this API to free the related storage that was obtained.

Format

CSSM_RETURN CSSMAPI CSSM_DL_FreeUniqueRecord
     (CSSM_DL_DB_HANDLE DLDBHandle,
      CSSM_DB_UNIQUE_RECORD_PTR UniqueRecord)

Parameters

DLDBHandle (input)
specifies the RACF key ring handle; this is a required value.
UniqueRecord (input)
the unique record ID (CSSM_DB_UNIQUE_RECORD), which is returned by CSSM_DL_DataGetFirstor CSSM_DL_DataGetNext.