IPWorks OpenPGP 2020 C++ Edition

Questions / Feedback?

Progress Event

Shows the progress of decoding/encoding the input data.

Syntax

ANSI (Cross Platform)
virtual int FireProgress(MIMEProgressEventParams *e);
typedef struct {
int PercentDone; int reserved; } MIMEProgressEventParams; Unicode (Windows) virtual INT FireProgress(MIMEProgressEventParams *e);
typedef struct {
INT PercentDone; INT reserved; } MIMEProgressEventParams;
- (void)onProgress:(int)percentDone;
#define EID_MIME_PROGRESS 3

virtual INT IPWORKSOPENPGP_CALL FireProgress(INT &iPercentDone);

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.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks OpenPGP 2020 C++ Edition - Version 20.0 [Build 8249]