CryptoSys API examples VB6 to VB.NET

API_Version

Retrieves the release version number.

VB6/VBA

Debug.Print "Testing API_Version ..."
Dim nRet As Long

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

Output

Testing API_Version ...
API_Version returns 420

VB.NET

Console.WriteLine("Testing API_Version ...")
Console.WriteLine("API_Version returns " & General.Version)

[Contents]

[HOME]   [NEXT: BLF_B64Mode...]

Copyright © 2009-20 D.I. Management Services Pty Ltd. All rights reserved.