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

typedef struct _xcdSkippingFileParams
{
  const WORD wStructSize; 
  const HXCEEDZIP hZip; 
  const TCHAR szFilename[ MAX_PATH ]; 
  const TCHAR szComment[ 1024 ]; 
  const TCHAR szFilenameOnDisk[ MAX_PATH ]; 
  const LONG lSize; 
  const LONG lSizeHigh;
  const LONG lCompressedSize; 
  const LONG lCompressedSizeHigh;
  const xcdFileAttributes xAttributes; 
  const LONG lCRC; 
  const SYSTEMTIME stModified; 
  const SYSTEMTIME stAccessed; 
  const SYSTEMTIME stCreated; 
  const xcdCompressionMethod xMethod; 
const BOOL bEncrypted; 
const xcdSkippingReason xReason; 
} xcdSkippingFileParams; 

This structure is available in both ANSI and UNICODE versions.