CryptoSys API Library Manual

BLF_Final

Closes and clears the BLF context.

VB6/VBA Syntax

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

nRet = BLF_Final(hContext)

Parameters

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

C/C++ Syntax

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

Blowfish.Dispose Method

Remarks

The handle hContext must have been set up by an earlier call to BLF_Init or BLF_InitHex.

Example

See BLF_UpdateHex.

See Also

BLF_Init BLF_InitHex BLF_UpdateHex BLF_Update

[Contents] [Index]

[HOME]   [NEXT: BLF_Hex...]

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