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 APIsElective Module Manager APIs
go to previous page: EventNotifyManagerEventNotifyManager
go to next page: ModuleManagerAuthenticateModuleManagerAuthenticate
end of book navigation links


Initialize
Parameters
Return Value
See Also
 Description
Errors

NAME

Initialize - Verify module version

SYNOPSIS  

# include <cssm.h>

CSSM_RETURN CSSMAPI Initialize(uint32 VerMajor,uint32 VerMinor)


return to top PARAMETERS  

VerMajor (input)
 The major version number of the CSSM that is invokingthis module manager.
VerMinor (input)
 The minor version number of the CSSM that is invokingthis module manager.


return to top DESCRIPTION  

This function checks whether the current version of the moduleis compatible with the CSSM version specified as input and performsany module-manager-specific setup activities.


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


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Online Help

Functions: Terminate


go to previous page: EventNotifyManagerEventNotifyManager
go to next page: ModuleManagerAuthenticateModuleManagerAuthenticate