CryptoSys API Library Manual

BLF_Final

Closes and clears the BLF context.

VBA/VB6 Syntax

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

nRet = BLF_Final(hContext)

C/C++ Syntax

long __stdcall BLF_Final(long hContext);

Parameters

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

Returns (VBA/C)

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]

[PREV: BLF_FileHex...]   [Contents]   [Index]   
   [NEXT: BLF_Hex...]

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