CSSM_FreeInfo

Purpose

This function frees the memory allocated for the CSSM_CSSMINFO structure by the CSSM_GetInfo function.

Format

CSSM_RETURN CSSMAPI CSSM_FreeInfo (CSSM_CSSMINFO_PTR CssmInfo)

Parameters

Input/Output
CssmInfo
A pointer to the CSSM_CSSMINFO structure to be freed.

Return Value

A CSSM_OK return value signifies the memory has been freed. When CSSM_FAIL is returned, an error occurred. Use CSSM_GetError to obtain the error code.

Related Information

CSSM_GetInfo