|
VMS Help CDSA, CDSA_API, Terminate *Conan The Librarian |
NAME
Terminate - Clean up module-manager-specific activities (CDSA)
SYNOPSIS
# include <cssm.h>
CSSM_RETURN CSSMAPI Terminate
(void)
LIBRARY
Common Security Services Manager library (CDSA$INCSSM300_SHR.EXE)
PARAMETERS
None.
DESCRIPTION
This function performs any module-manager-specific cleanup activities
in preparation for unloading of the elective module manager.
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.
CSSMERR_CSSM_EMM_AUTHENTICATE_FAILED.
SEE ALSO
Books
Intel CDSA Application Developer's Guide (see CDSA)
Other Help Topics
Functions: Initialize
|
|