Xceed Zip for COM/ActiveX on x86/x64 Documentation
Direct DLL API / DLL API event parameter structure reference / xcdZipContentsStatusParams structure
In This Topic
    xcdZipContentsStatusParams structure
    In This Topic

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