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_GetAPIMemoryFunctionsCSSM_GetAPIMemoryFunctions
go to next page: cssm_GetAttachFunctionscssm_GetAttachFunctions
end of book navigation links


cssm_GetAppMemoryFunctions
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

cssm_GetAppMemoryFunctions - Get service functions (CDSA)

SYNOPSIS  

# include <cssm.h>

CSSM_RETURN CSSMAPI cssm_GetAppMemoryFunctions(CSSM_MODULE_HANDLE hAddIn,CSSM_UPCALLS_PTR UpcallTable)


return to top LIBRARY  

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


return to top PARAMETERS  

hAddIn (input)
 The handle identifying the attach-session whosememory management function table is returned by this function.
UpcallTable (output)
 The table containing sets of service functions amongthem a set of four memory management functions provided by the applicationthat initiated the attach-session identified by hAddIn.


return to top DESCRIPTION  

This function gets a function table containing sets of servicefunctions. Among these service functions are four application-providedmemory management functions. The elective module manager can usethese functions to manage memory on behalf of the application. Thereturned function table is specific to the attach-session identifiedby the module 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  

Books

Intel CDSA Application Developer's Guide


go to previous page: CSSM_GetAPIMemoryFunctionsCSSM_GetAPIMemoryFunctions
go to next page: cssm_GetAttachFunctionscssm_GetAttachFunctions