CryptoSys API Library Manual

API_Version

API_Version retrieves the release version number.

VB6/VBA Syntax

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

nRet = API_Version()

Parameters

None.

C/C++ Syntax

long _stdcall API_Version(void);

Returns (VB6/C)

Long: the value of (100 x Major Version) + (10 x Minor Version) + (Revision). E.g. major version 3, minor version 2, revision zero will return 320.

.NET Equivalent

General.Version Method

COM/ASP Equivalent

gen.Version
Public Function Version() As Long

See gen.Version.

Remarks

Example

Dim nRet As Long

nRet = API_Version()
Debug.Print "API_Version returns " & nRet

See Also

API_LicenceType API_CompileTime
[Back to Top]

[HOME]   [NEXT: BLF_B64Mode...]

Copyright © 2001-10 D.I. Management Services Pty Ltd. All rights reserved.