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()
None
long _stdcall BLF_InitError(void);
Long: Returns the error code from the last call to
BLF_Init or BLF_InitHex.