CryptoSys API Library Manual

TDEA_Final

Closes and clears the TDEA context.

VBA/VB6 Syntax

Public Declare Function TDEA_Final Lib "diCryptoSys.dll" (ByVal hContext As Long) As Long

nRet = TDEA_Final(hContext)

C/C++ Syntax

long __stdcall TDEA_Final(long hContext);

Parameters

hContext
[in] containing the handle to the TDEA context.

Returns (VBA/C)

If successful, the return value is 0; otherwise it returns a non-zero error code.

.NET Equivalent

Tdea.Dispose Method

Remarks

Example

See TDEA_UpdateHex.

See Also

TDEA_Init TDEA_InitHex TDEA_UpdateHex TDEA_Update

[Contents] [Index]

[PREV: TDEA_FileHex...]   [Contents]   [Index]   
   [NEXT: TDEA_Hex...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.