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: Elective Module Manager APIs Elective Module Manager APIs
go to previous page: RegisterDispatchTable RegisterDispatchTable
go to next page: Open Source NoticeOpen Source Notice
end of book navigation links


Terminate
Parameters
Return Value
See Also
 Description
Errors

NAME

Terminate - Clean up module-manager-specific activities

SYNOPSIS  

# include <cssm.h>

CSSM_RETURN CSSMAPI Terminate
(void)


return to top PARAMETERS  

None.


return to top DESCRIPTION  

This function performs any module-manager-specific cleanup activities in preparation for unloading of the elective module manager.


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.
CSSMERR_CSSM_EMM_AUTHENTICATE_FAILED.


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Online Help

Functions: Initialize


go to previous page: RegisterDispatchTable RegisterDispatchTable
go to next page: Open Source NoticeOpen Source Notice