Index Index for
Section 3
Index Alphabetical
listing for C
Bottom of page Bottom of
page

cssm_ReleaseAttachFunctions(3)

NAME

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

SYNOPSIS

# include <cdsa/cssm.h> CSSM_RETURN CSSMAPI cssm_ReleaseAttachFunctions (CSSM_MODULE_HANDLE hAddIn)

LIBRARY

Common Security Services Manager library (libcssm.so)

PARAMETERS

hAddIn (input) The handle identifying the attach-session whose function table is to be released by this function.

DESCRIPTION

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.

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 CDSA_intro(3).

SEE ALSO

Books Intel CDSA Application Developer's Guide (see CDSA_intro(3)) Reference Pages

Index Index for
Section 3
Index Alphabetical
listing for C
Top of page Top of
page