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

    typedef struct _xcdFileStatusParams
    {
      const WORD wStructSize; 
      const HXCEEDZIP hZip; 
      const TCHAR szFilename[ MAX_PATH ]; 
      const LONG lSize; 
      const LONG lSizeHigh;
      const LONG lCompressedSize; 
      const LONG lCompressedSizeHigh;
      const LONG lBytesProcessed; 
      const LONG lBytesProcessedHigh;
      const SHORT nBytesPercent; 
      const SHORT nCompressionRatio; 
      const BOOL bFileCompleted; 
    } xcdFileStatusParams; 

    This structure is available in both ANSI and UNICODE versions.