CryptoSys API Library Manual

DES_Final

Closes and clears the DES context.

VB6/VBA Syntax

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

nRet = DES_Final(hContext)

Parameters

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

C/C++ Syntax

long _stdcall DES_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

Des.Dispose Method

Remarks

Example

See DES_UpdateHex.

See Also

DES_Init DES_InitHex DES_UpdateHex DES_Update

[Contents] [Index]

[HOME]   [NEXT: DES_Hex...]

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