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

    typedef struct _xcdUnzipPreprocessingFileParams
    {
      const WORD wStructSize; 
      const HXCEEDZIP hZip; 
      const TCHAR szFilename[ MAX_PATH ]; 
      const TCHAR szComment[ 1024 ]; 
      TCHAR szDestFilename[ MAX_PATH ]; 
      const LONG lSize; 
      const LONG lSizeHigh;
      const LONG lCompressedSize; 
      const LONG lCompressedSizeHigh;
      xcdFileAttributes xAttributes; 
      const LONG lCRC; 
      SYSTEMTIME stModified; 
      SYSTEMTIME stAccessed; 
      SYSTEMTIME stCreated; 
      const xcdCompressionMethod xMethod; 
      const BOOL bEncrypted; 
      TCHAR szPassword[ MAX_PATH ]; 
      const LONG lDiskNumber; 
      BOOL bExcluded; 
      const xcdSkippingReason xReason; 
    const BOOL bExisting;  
      xcdUnzipDestination xDestination; 
    } xcdUnzipPreprocessingFileParams; 

    This structure is available in both ANSI and UNICODE versions