Xceed Zip Compression Library Documentation
xcdZipContentsStatusParams structure
Direct DLL API > DLL API event parameter structure reference > xcdZipContentsStatusParams structure

typedef struct _xcdZipContentsStatusParams
{
  const WORD wStructSize; 
  const HXCEEDZIP hZip; 
  const LONG lFilesTotal; 
  const LONG lFilesRead; 
const SHORT nFilesPercent; 
} xcdZipContentsStatusParams;