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