Closes and clears the TDEA context.
Public Declare Function TDEA_Final Lib "diCryptoSys.dll"
(ByVal hContext As Long) As Long
nRet = TDEA_Final(hContext)
long __stdcall TDEA_Final(long hContext);
If successful, the return value is 0; otherwise it returns a non-zero error code.
See TDEA_UpdateHex
.
TDEA_Init
TDEA_InitHex
TDEA_UpdateHex
TDEA_Update