Retrieves the release version number.
Public Declare Function API_Version Lib "diCryptoSys.dll"
() As Long
nRet = API_Version()
long __stdcall API_Version(void);
None.
The value of Major*100*100 + Minor*100 + Revision
.
For example, version 6.2.3 (major version 6, minor version 2, revision 3) will return 60203.
gen.Version
Public Function Version() As Long
See gen.Version
.
static int crsysapi::Gen::Version ()
static Gen.version()
Dim nRet As Long
nRet = API_Version()
Debug.Print "API_Version returns " & nRet
API_LicenceType
API_CompileTime