OnZipOperationPerc event |
|
Remarks
Occurs for notifying the percentage of advancement of a ZIP operation.
This event replaces the usage of the CallbackZipOperationPerc delegate and is only intended for usage with applications developed using Visual Basic 6 (which results unreliable when dealing with delegates and callbacks) and, in order to be enabled, requires a call to the COMEventEnable method with the nEventType parameter set to EVENT_TYPE_ZIP_PERC.
For further details about methods for ZIP management refer to the ZipMan class.
For details about using ZIP management refer to the How to manage ZIP files tutorial.
Syntax
[Visual Basic 6] Private Sub RecorderApi_OnZipOperationPerc ( _ ByVal nPercentage as Integer _ )
where "RecorderApi" is declared in Visual Basic 6 code as:
Dim WithEvents RecorderApi As AudioSoundRecorderApi.AudioSoundRecorderApiObj |
Event Data
Parameter |
Description |
|
|
nPercentage |
Number representing the percentage of advancement of the ZIP operation. |