ZipOperationPerc event |
|
Remarks
Occurs during a ZIP operation in order to inform about the total advancement percentage.
The ZIP operation could have been started through a previous call to one between the ZIP.EntryAdd, ZIP.EntryAddFromMemory, ZIP.EntryExtractToFile or ZIP.EntryExtractToMemory methods.
For further details about methods for ZIP management refer to the ZIP object.
For details about using ZIP management refer to the How to manage ZIP files tutorial.
Syntax
[Visual Basic] ZipOperationPerc ( ByVal nPercentage as integer ) |
[C++] void ZipOperationPerc ( short nPercentage ); |
Parameter |
Description |
|
|
nPercentage |
Number representing the percentage of advancement of the ZIP operation |