CryptoSys API
Library Manual
wipeBytes
Zeroise data in memory.
Syntax
[VBA]
Public Function
wipeBytes ( _ lpData()
As
Byte
_ )
As
Long
Parameters
lpData
Data to be wiped.
Return Value
Long:
Zero (0) on success, or a nonzero error code (use
apiErrorLookup
to check).
Remarks
This function does not free any memory; it just zeroises it.
[
PREV: unpadHexString...
] [
Contents
] [
Index
]
[
NEXT: wipeFile...
]