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


cssm_ReleaseAttachFunctions
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

cssm_ReleaseAttachFunctions - Release lock on the SP function table (CDSA)

SYNOPSIS  

# include <cssm.h>

CSSM_RETURN CSSMAPI cssm_ReleaseAttachFunctions(CSSM_MODULE_HANDLE hAddIn)


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 whosefunction table is to be released by this function.


return to top DESCRIPTION  

This function releases the lock on the SP function table forthe service module identified by the module handle. The SPI functiontable was obtained by the elective module manager through the cssm_GetAttachFunctions() operation.


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_ModuleUnloadCSSM_ModuleUnload
go to next page: CSSM_SetContextCSSM_SetContext