Progress Event
Shows the progress of decoding/encoding the input data.
Syntax
virtual int FireProgress(MIMEProgressEventParams *e);
typedef struct {
int PercentDone;
int reserved;
} MIMEProgressEventParams;
Remarks
The Progress allows the user to visualize the progress of processing the input data.
The PercentDone parameter shows what percentage of the input has been read.