EndFile Event

Fired after a file is processed.

Syntax

ANSI (Cross Platform)
virtual int FireEndFile(ZCompressEndFileEventParams *e);
typedef struct {
int Index; int reserved; } ZCompressEndFileEventParams; Unicode (Windows) virtual INT FireEndFile(ZCompressEndFileEventParams *e);
typedef struct {
INT Index; INT reserved; } ZCompressEndFileEventParams;
- (void)onEndFile:(int)index;
#define EID_ZCOMPRESS_ENDFILE 2

virtual INT IPWORKSZIP_CALL FireEndFile(INT &iIndex);

Remarks

EndFile is fired when compression or decompression finishes. Index will contain 0.

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