NAME Initialize - Verify module version (CDSA) SYNOPSIS # include <cssm.h> CSSM_RETURN CSSMAPI Initialize (uint32 VerMajor, uint32 VerMinor) LIBRARY Common Security Services Manager library (CDSA$INCSSM300_SHR.EXE) PARAMETERS VerMajor (input) The major version number of the CSSM that is invoking this module manager. VerMinor (input) The minor version number of the CSSM that is invoking this module manager. DESCRIPTION This function checks whether the current version of the module is compatible with the CSSM version specified as input and performs any module-manager-specific setup activities. 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_MODULE_MANAGER_INITIALIZE_FAIL SEE ALSO Books Intel CDSA Application Developer's Guide (see CDSA) Other Help Topics Functions: Terminate