|
cssm_ReleaseAttachFunctions(3)
Contents |
cssm_ReleaseAttachFunctions - Release lock on the SP function
table (CDSA)
# include <cdsa/cssm.h>
CSSM_RETURN CSSMAPI cssm_ReleaseAttachFunctions (CSSM_MODULE_HANDLE
hAddIn)
Common Security Services Manager library (libcssm.so)
The handle identifying the attach-session whose function
table is to be released by this function.
This function releases the lock on the SP function table
for the service module identified by the module handle.
The SPI function table was obtained by the elective module
manager through the cssm_GetAttachFunctions() operation.
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 are described in the CDSA technical standard. See
CDSA_intro(3).
Books
Intel CDSA Application Developer's Guide (see
CDSA_intro(3))
Reference Pages [Toc] [Back]
cssm_ReleaseAttachFunctions(3)
[ Back ] |