CryptoSys API
Library Manual
cipherFinal
Closes and clears the CIPHER context.
Syntax
[VBA]
Public Function
cipherFinal ( _ hContext
As
Long
_ )
As
Long
Parameters
hContext
Handle to the CIPHER context.
Return Value
Long:
Zero (0) on success, or a nonzero error code (use
apiErrorLookup
to check)
[
PREV: cipherFileEncrypt...
] [
Contents
] [
Index
]
[
NEXT: cipherInit...
]