  | 
		Index for Section 3 | 
	 
	  | 
	
	
		  | 
		Alphabetical listing for C | 
	 
	  | 
	
	
		  | 
		Bottom of page | 
	 
	  | 
CSSM_GetAPIMemoryFunctions(3)
NAME
  CSSM_GetAPIMemoryFunctions - Retrieve the memory function table associated
  with the security service module
SYNOPSIS
  # include <cdsa/cssm.h>
       CSSM_RETURN CSSMAPI CSSM_GetAPIMemoryFunctions
       (CSSM_MODULE_HANDLE AddInHandle,
       CSSM_API_MEMORY_FUNCS_PTR AppMemoryFuncs)
LIBRARY
  Common Security Services Manager library (libcssm.so)
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_intro(3).
SEE ALSO
  Intel CDSA Application Developer's Guide (see CDSA_intro(3))
	
	
		  | 
		Index for Section 3 | 
	 
	  | 
	
	
		  | 
		Alphabetical listing for C | 
	 
	  | 
	
	
		  | 
		Top of page | 
	 
	  |