CSSM_FreeModuleInfo
CSSM_RETURN CSSMAPI CSSM_FreeModuleInfo
(CSSM_MODULE_INFO_PTR ModuleInfo)
This function frees the memory allocated to hold all of the info structures returned by CSSM_GetModuleInfo. All sub-structures within the info structure are freed by this function.
- ModuleInfo (input)
A pointer to the CSSM_MODULE_INFO structures to be freed.
A CSSM return value. This function returns CSSM_OK if successful, and returns an error code if an error has occurred.
- CSSM_NOT_INITIALIZE
CSSM_Init has not been invoked.
- CSSM_INVALID_POINTER
Invalid input pointer.
CSSM_GetModuleInfo, CSSM_SetModuleInfo
Contents | Next section | Index |