NAME CSSM_GetAPIMemoryFunctions - Retrieve the memory function table associated with the security service module SYNOPSIS # include <cssm.h> CSSM_RETURN CSSMAPI CSSM_GetAPIMemoryFunctions (CSSM_MODULE_HANDLE AddInHandle, CSSM_API_MEMORY_FUNCS_PTR AppMemoryFuncs) LIBRARY Common Security Services Manager library (CDSA$INCSSM300_SHR.EXE) PARAMETERS AddInHandle (input) The handle to the security service module that is associated with the requested memory function table. AppMemoryFuncs (output) The pointer to an empty memory functions table. Upon function return, the table is filled with the memory function pointers associated with the specified attach handle. Caller has to allocate the buffer. DESCRIPTION This function retrieves the memory function table associated with the security service module identified by the input handle. RETURN VALUE A CSSM_RETURN value indicating success or specifying a particular error condition. The value CSSM_OK indicates success. All other values represent an error condition. ERRORS Errors are described in the CDSA technical standard. See CDSA. SEE ALSO Intel CDSA Application Developer's Guide (see CDSA)