NAME
Initialize — Verify module version 
SYNOPSIS
# include <cssm.h>
CSSM_RETURN CSSMAPI Initialize (uint32 VerMajor, uint32 VerMinor)  | 
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.
CSSMERR_CSSM_MODULE_MANAGER_INITIALIZE_FAIL  | 
SEE ALSO
Books
Intel CDSA Application Developer's Guide
Online Help
Functions: Terminate