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(PFileMailerProgressEventParams *e);

 
typedef struct {
ns_int64 BytesProcessed;
int PercentProcessed;
int reserved;
} PFileMailerProgressEventParams;

Remarks

This event is fired automatically as data is processed by the class.

The PercentProcessed parameter indicates the current status of the operation.

The BytesProcessed parameter holds the total number of bytes processed so far.

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