Progress Event
Fired as progress is made.
Syntax
virtual int FireProgress(PIMAPProgressEventParams *e);
typedef struct {
ns_int64 *pBytesProcessed;
int PercentProcessed;
int reserved;
} PIMAPProgressEventParams;
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.