CSSM_FreeList
CSSM_RETURN CSSMAPI CSSM_FreeList
(CSSM_LIST_PTR CSSMList)
This function frees the memory allocated to hold a list of strings.
- CSSMList (input)
A pointer to the CSSM_LIST structure containing the GUID, name pair of add-ins.
CSSM_OK if the function was successful. CSSM_FAIL if an error condition occurred. Use CSSM_GetError to obtain the error code.
- CSSM_INVALID_POINTER
Invalid pointer input.
Contents | Next section | Index |