CryptoSys API Library Manual

API_Version

Retrieves the release version number.

VBA/VB6 Syntax

Public Declare Function API_Version Lib "diCryptoSys.dll" () As Long

nRet = API_Version()

C/C++ Syntax

long __stdcall API_Version(void);

Parameters

None.

Returns (VBA/C)

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.

.NET Equivalent

General.Version Method

COM/ASP Equivalent

gen.Version
Public Function Version() As Long

See gen.Version.

C++ (STL) Equivalent

static int crsysapi::Gen::Version ()

Python Equivalent

static Gen.version()

Remarks

Example

Dim nRet As Long
nRet = API_Version()
Debug.Print "API_Version returns " & nRet

See Also

API_LicenceType API_CompileTime

[PREV: API_PowerUpTests...]   [Contents]   [Index]   
   [NEXT: BLF_B64Mode...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.