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 Functions API Functions
go to previous page: CSSM_DeleteContextAttributes CSSM_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 containing the global unique identifier for this module.


return to top 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 to top 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.


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_DeleteContextAttributes CSSM_DeleteContextAttributes
go to next page: CSSM_FreeContextCSSM_FreeContext