Description
Occurs when an animation has started playing.
Event ID
Arguments
None
Return Values
Long.
Return code choices (specify in a RETURN statement):
0 -- Continue processing
See also
Description
Occurs before the file compression or extraction starts. This event can be used to display the total number of bytes in the file that will be compressed or decompressed.
Event ID
Arguments
Argument |
Description |
---|---|
TotalSize |
For CompressorObject, it is a longlong whose value is the total number of bytes in the file that will be compressed, plus the size of some additional meta data. For ExtractorObject, it is a longlong whose value is the original size of all files in the compressed archive. |
Return Values
None
See also