Copyright Digital Equipment Corp. All rights reserved.

cssm_ReleaseAttachFunctions

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

SYNOPSIS
  # include <cssm.h>

       CSSM_RETURN CSSMAPI cssm_ReleaseAttachFunctions
       (CSSM_MODULE_HANDLE hAddIn)

LIBRARY
  Common Security Services Manager library (CDSA$INCSSM300_SHR.EXE)

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.

SEE ALSO
  Books

  Intel CDSA Application Developer's Guide (see CDSA)

  Other Help Topics