CryptoSys API Library Manual

CIPHER_StreamFinal

Closes the CIPHERSTREAM context and destroys the key.

VBA/VB6 Syntax

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

nRet = CIPHER_StreamFinal(hContext)

C/C++ Syntax

long __stdcall CIPHER_StreamFinal(long hContext);

Parameters

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

Returns (VBA/C)

If successful, the return value is zero; otherwise it returns a nonnegative error code.

.NET Equivalent

CipherStream.Dispose Method

Remarks

Example

See the example in CIPHER_StreamInit.

See Also

CIPHER_StreamInit CIPHER_StreamUpdate

[Contents] [Index]

[PREV: CIPHER_StreamFile...]   [Contents]   [Index]   
   [NEXT: CIPHER_StreamHex...]

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