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

cssm_DeregisterManagerServices(3)

NAME

cssm_DeregisterManagerServices - Deregister manager services

SYNOPSIS

# include <cdsa/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_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