CSSM_GetAPIMemoryFunctions
CSSM_API_MEMORY_FUNCS_PTR CSSMAPI CSSM_GetAPIMemoryFunctions
(CSSM_HANDLE AddInHandle)
This function retrieves the memory function table associated with the add-in module.
- AddInHandle (input)
The handle to add-in module that is associated to memory function table.
Non NULL if the function was successful. NULL if an error condition occurred. Use CSSM_GetError to obtain the error code.
- CSSM_INVALID_ADDIN_HANDLE
Invalid add-in handle.
- CSSM_MEMORY_ERROR
Internal memory error.
Contents | Next section | Index |