CryptoSys API Library Manual

AES256_Final

Closes and clears the AES context.

VB6/VBA Syntax

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

nRet = AES256_Final(hContext)

Parameters

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

C/C++ Syntax

long _stdcall AES256_Final(long ctx_handle);

Returns (VB6/C)

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

.NET Equivalent

Aes256.Dispose Method

Remarks

Example

See the examples in AES256_UpdateHex and AES256_Update.

See Also

AES256_Init AES256_InitHex AES256_UpdateHex AES256_Update

[Contents] [Index]

[HOME]   [NEXT: AES256_Hex...]

Copyright © 2001-11 D.I. Management Services Pty Ltd. All rights reserved.