The Use64BitEvents property is used to determine whether an application should use the 32-bit or 64-bit counterpart of events that provide byte/size information.
Boolean
False
Declaration (DLL API) | |
---|---|
|
The ListingFile, PreviewingFile, ZipPreprocessingFile, UnzipPreprocessingFile, SkippingFile, RemovingFile, TestingFile, FileStatus, GlobalStatus, ProcessCompleted, ReplacingFile, DeletingFile and ConvertPreprocessingFile events all have a 64-bit counterpart that are named xxx64. For example, the 64-bit counterpart of the ListingFile event is named ListingFile64.
Note:If the Use64BitEvents property is set to false (the 32-bit version of the events are used), zip files that use the Zip64 zip file format will still be handled correctly.
All