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...]

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