CSSM_FreeContext
CSSM_RETURN CSSMAPI CSSM_FreeContext
(CSSM_CONTEXT_PTR Context)
This function frees the memory associated with the context structure.
- Context (input)
The pointer to the memory that describes the context structure.
A CSSM return value. This function returns CSSM_OK if successful, and returns an error code if an error has occurred.
- CSSM__INVALID_CONTEXT_POINTER
Invalid context pointer.
CSSM_GetContext
Contents | Next section | Index |