SecureBlackbox Lite 2020 C++ Builder Edition

Questions / Feedback?

Progress Event

Reports the progress of data extraction.

Syntax

typedef struct {
  __int64 Processed;
  __int64 Total;
  __int64 OverallProcessed;
  __int64 OverallTotal;
  bool Cancel;
} TsbiArchiveReaderProgressEventParams;

typedef void __fastcall (__closure *TsbiArchiveReaderProgressEvent)(System::TObject* Sender, TsbiArchiveReaderProgressEventParams *e);

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

Remarks

Subscribe to this event to be notified about decompression progress.

Processed and Total report the progress of extraction of the current entry; OverallProcessed and OverallTotal report the progress of the whole operation. Set Cancel to true to stop the operation.

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