Progress Event

Fired whenever data is being transferred between the localhost and RemoteHost .

Syntax

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

virtual INT IPWORKS_CALL FireProgress(INT &iPercentDone);

Remarks

The 'PercentDone' parameter shows which portion of the file has already been transferred.

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