Returns the error code after an unsuccessful call to
DES_Init
or DES_InitHex
.
Public Declare Function DES_InitError Lib "diCryptoSys.dll"
() As Long
nRet = DES_InitError()
long __stdcall DES_InitError(void);
None
Returns the error code from the last call to
DES_Init
or DES_InitHex
.
See DES_Update
.