CSSM_GetAPIMemoryFunctions

Purpose

This function retrieves the memory function table associated with the service provider module.

Format

CSSM_API_MEMORY_FUNCS_PTR CSSMAPI CSSM_GetAPIMemoryFunctions(CSSM_HANDLE AddInHandle)

Parameters

Input
AddInHandle
The handle to the service provider module whose memory function table is being requested.

Return Value

A pointer to the CSSM_API_MEMORY_FUNCS table associated with the service provider module. If an error condition occurred, the function returns NULL. Use CSSM_GetError to obtain the error code.