IP*Works! OpenPGP 2016 C++ Edition
IP*Works! OpenPGP 2016 C++ Edition
Questions / Feedback?

Progress Event

Fired as progress is made.

Syntax

 virtual int FireProgress(SDAProgressEventParams *e);

 
typedef struct {
char* Filename;
ns_int64 BytesProcessed;
int PercentProcessed;
int reserved;
} SDAProgressEventParams;

Remarks

The Progress event is automatically fired as compression is performed.

Filename contains the name of the file being written.

BytesProcessed contains the total number of uncompressed bytes processed.

PercentProcessed contains the percent of uncompressed bytes processed, corresponding roughly to the running time of the operation.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
IP*Works! OpenPGP 2016 C++ Edition - Version 16.0 [Build 7239]