CryptoSys API examples VB6 to VB.NET

API_PowerUpTests

Carries out on demand the full set of power-up tests automatically performed by the toolkit when first powered up (i.

VB6/VBA

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

nRet = API_PowerUpTests(0)
Debug.Print "API_PowerUpTests returns " & nRet

Output

Testing API_PowerUpTests ...
API_PowerUpTests returns 0

VB.NET

Console.WriteLine("Testing API_PowerUpTests ...")
Dim nRet As Integer

nRet = General.PowerUpTests
Console.WriteLine("API_PowerUpTests returns " & nRet)

[Contents]

[HOME]   [NEXT: API_Version...]

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