SecureBlackbox Lite 2020 C++ Builder Edition

Questions / Feedback?

Progress Event

Reports the data encryption/decryption progress.

Syntax

typedef struct {
  __int64 Total;
  __int64 Current;
  bool Cancel;
} TsbiSymmetricCryptoProgressEventParams;

typedef void __fastcall (__closure *TsbiSymmetricCryptoProgressEvent)(System::TObject* Sender, TsbiSymmetricCryptoProgressEventParams *e);

__property TsbiSymmetricCryptoProgressEvent OnProgress = { read=FOnProgress, write=FOnProgress };

Remarks

This event fires periodically during a file encrypt/decrypt operation to report its progress.

Use the Cancel parameter to terminate the encryption/decryption if needed.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 C++ Builder Edition - Version 20.0 [Build 8166]