TDEA_Final 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 containing the handle to the TDEA context.
long _stdcall TDEA_Final(long ctx_handle);
Long: 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