IPWorks OpenPGP 2020 C++ Edition

Questions / Feedback?

Status Event

Shows the progress of the operation.

Syntax

ANSI (Cross Platform)
virtual int FireStatus(PFileMailerStatusEventParams *e);
typedef struct {
const char *Message; int reserved; } PFileMailerStatusEventParams; Unicode (Windows) virtual INT FireStatus(PFileMailerStatusEventParams *e);
typedef struct {
LPCWSTR Message; INT reserved; } PFileMailerStatusEventParams;
- (void)onStatus:(NSString*)message;
#define EID_PFILEMAILER_STATUS 10

virtual INT IPWORKSOPENPGP_CALL FireStatus(LPSTR &lpszMessage);

Remarks

The event is fired for informational and logging purposes only. It may be used to track the progress of an operation.

The level of detail is controlled by the LogLevel setting.

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