Xceed Zip Compression Library Documentation
Use64BitEvents property
Xceed Zip control reference > Xceed Zip control properties > Use64BitEvents property

Description

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.

Data type

Boolean

Default value

False

Declaration (DLL API)  

BOOL XzUse64BitEvents( HXCEEDZIP hZip )

void XzUse64BitEvents( HXCEEDZIP hZip, BOOL bValue )

Remarks

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.

Applicable methods

All