CryptoSys API Library Manual

AES192_Final

Closes and clears the AES context.

VBA/VB6 Syntax

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

nRet = AES192_Final(hContext)

C/C++ Syntax

long __stdcall AES192_Final(long hContext);

Parameters

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

Returns (VBA/C)

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

.NET Equivalent

Aes192.Dispose Method

Remarks

Example

See the examples in AES192_UpdateHex and AES192_Update.

See Also

AES192_Init AES192_InitHex AES192_UpdateHex AES192_Update

[Contents] [Index]

[PREV: AES192_FileHex...]   [Contents]   [Index]   
   [NEXT: AES192_Hex...]

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