Returns the error code after an unsuccessful call to
BLF_Init
or BLF_InitHex
.
Public Declare Function BLF_InitError Lib "diCryptoSys.dll"
() As Long
nRet = BLF_InitError()
long __stdcall BLF_InitError(void);
None
Returns the error code from the last call to
BLF_Init
or BLF_InitHex
.