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

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.