skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 1:... HP Open Source Security for OpenVMS Volume 1:...
go to beginning of reference: API FunctionsAPI Functions
go to previous page: CSSM_DeleteContextAttributesCSSM_DeleteContextAttributes
go to next page: CSSM_FreeContextCSSM_FreeContext
end of book navigation links


cssm_DeregisterManagerServices
Parameters
Return Value
See Also
 Description
Errors

NAME

cssm_DeregisterManagerServices - Deregister manager services

SYNOPSIS  

# include <cssm.h>

void CSSMAPI cssm_DeregisterManagerServices(const CSSM_GUID *Guid);


return to top PARAMETERS  

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


return to top DESCRIPTION  

This function is used by an elective module manager to deregisterits function table with CSSM core services prior to termination.This function is invoked by an elective module manager only whenexiting due to an error condition detected by the EMM. This allowsCSSM to clean up any state information associated with the exitingEMM.


return to top RETURN VALUE  

A CSSM_RETURN value indicating success or specifying a particularerror condition. The value CSSM_OK indicates success. All othervalues represent an error condition.


return to top ERRORS  

Errors are described in the CDSA Technical Standard.


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide


go to previous page: CSSM_DeleteContextAttributesCSSM_DeleteContextAttributes
go to next page: CSSM_FreeContextCSSM_FreeContext