CSSM_DL_FreeNameList
CSSM_RETURN CSSMAPI CSSM_DL_FreeNameList
(CSSM_DL_HANDLE DLHandle,
CSSM_NAME_LIST_PTR NameList)
This function frees the list of the logical data store names that was returned by CSSM_DL_GetDbNames.
- DLHandle (input)
The handle that describes the add-in data storage library module to be used to perform this function.
- NameList (input)
A pointer to the CSSM_NAME_LIST.
CSSM_OK if the function was successful. CSSM_FAIL if an error condition occurred. Use CSSM_GetError to obtain the error code.
- CSSM_DL_MEMORY_ERROR
Error allocating memory.
- CSSM_DL_INVALID_PTR
Invalid pointer to the name list.
- CSSM_DL_INVALID_DL_HANDLE
Invalid DL handle.
CSSM_DL_GetDbNames
Contents | Next section | Index |