HP Open Source Security for OpenVMS Volume 1: Common Data Security Architecture > CDSA API Functions

CSSM_GetAPIMemoryFunctions

 » Table of Contents

 » Glossary

 » Index

NAME

CSSM_GetAPIMemoryFunctions — Retrieve the memory function table associated with the security service module

SYNOPSIS

# include <cssm.h> 
CSSM_RETURN CSSMAPI CSSM_GetAPIMemoryFunctions 
(CSSM_MODULE_HANDLE AddInHandle,
CSSM_API_MEMORY_FUNCS_PTR AppMemoryFuncs)

LIBRARY

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

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 ALSO

Intel CDSA Application Developer's Guide