Library /sys$common/syshlp/helplib.hlb  —  CDSA  CDSA_API, cssm DeregisterManagerServices
 NAME
   cssm_DeregisterManagerServices - Deregister manager services

 SYNOPSIS
   # include <cssm.h>

        void CSSMAPI cssm_DeregisterManagerServices
        (const CSSM_GUID *Guid);

 PARAMETERS
   GUID (input)
           A pointer to the CSSM_GUID structure containing the global
           unique identifier for this module.

 DESCRIPTION
   This function is used by an elective module manager to deregister
   its function table with CSSM core services prior to termination.
   This function is invoked by an elective module manager only when
   exiting due to an error condition detected by the EMM. This allows
   CSSM to clean up any state information associated with the exiting
   EMM.

 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
Close Help