Closes and clears the DES context.
Public Declare Function DES_Final Lib "diCryptoSys.dll"
(ByVal hContext As Long) As Long
nRet = DES_Final(hContext)
long __stdcall DES_Final(long hContext);
If successful, the return value is 0; otherwise it returns a non-zero error code.
See DES_UpdateHex
.
DES_Init
DES_InitHex
DES_UpdateHex
DES_Update