skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 1:... HP Open Source Security for OpenVMS Volume 1:...
go to beginning of reference: API FunctionsAPI Functions
go to previous page: CSSM_FreeContextCSSM_FreeContext
go to next page: cssm_GetAppMemoryFunctionscssm_GetAppMemoryFunctions
end of book navigation links


CSSM_GetAPIMemoryFunctions
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

CSSM_GetAPIMemoryFunctions - Retrieve the memory function table associated with thesecurity service module

SYNOPSIS  

# include <cssm.h>

CSSM_RETURN CSSMAPI CSSM_GetAPIMemoryFunctions (CSSM_MODULE_HANDLE AddInHandle, CSSM_API_MEMORY_FUNCS_PTR AppMemoryFuncs)


return to top LIBRARY  

Common Security Services Manager library (cdsa$incssm300_shr.exe)


return to top PARAMETERS  

AddInHandle (input)
 The handle to the security service module that isassociated 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 functionpointers associated with the specified attach handle. Caller hasto allocate the buffer.


return to top DESCRIPTION  

This function retrieves the memory function table associatedwith the security service module identified by the input handle.


return to top RETURN VALUE  

A CSSM_RETURN value indicating success or specifying a particularerror condition. The value CSSM_OK indicates success. All othervalues represent an error condition.


return to top ERRORS  

Errors are described in the CDSA Technical Standard.


return to top SEE ALSO  

Intel CDSA Application Developer's Guide
go to previous page: CSSM_FreeContextCSSM_FreeContext
go to next page: cssm_GetAppMemoryFunctionscssm_GetAppMemoryFunctions