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_SPI_ModuleUnloadCSSM_SPI_ModuleUnload
go to next page: CSSM_TP_RetrieveCredResultCSSM_TP_RetrieveCredResult
end of book navigation links


CSSM_Terminate
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

CSSM_Terminate - Terminate the use of CSSM (CDSA)

SYNOPSIS  

# include <cssm.h>


return to top LIBRARY  

Common Security Services Manager library (cdsa$incssm300_shr.exe)


return to top PARAMETERS  

None


return to top DESCRIPTION  

This function terminates the caller's use of CSSM. CSSM canclean up all internal states associated with the calling application.This function must be called once by each application.

CSSM_Terminate() must be called one time for each time CSSM_Init() was previously called.

CSSM services remain available to the program until the finalcall to CSSM_Terminate() completes. After that final call, all information introducedby the caller (including privileges, handles, contexts, introduced libraries,and so forth) is lost, and it is an error to subsequently call anyCSSM API function other than CSSM_Init().


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

Online Help

Functions CSSM_Init


go to previous page: CSSM_SPI_ModuleUnloadCSSM_SPI_ModuleUnload
go to next page: CSSM_TP_RetrieveCredResultCSSM_TP_RetrieveCredResult