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