CryptoSys API Library Manual

DES_Final

Closes and clears the DES context.

VBA/VB6 Syntax

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

nRet = DES_Final(hContext)

C/C++ Syntax

long __stdcall DES_Final(long hContext);

Parameters

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

Returns (VBA/C)

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]

[PREV: DES_FileHex...]   [Contents]   [Index]   
   [NEXT: DES_Hex...]

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