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

    typedef struct _xcdPreviewingFileParams

    {

     const WORD wStructSize; 
     const HXCEEDZIP hZip; 
     const TCHAR szFilename[ MAX_PATH ]; 
     const TCHAR szSourceFilename[ MAX_PATH ]; 
     const LONG lSize; 
     const LONG lSizeHigh;
     const xcdFileAttributes xAttributes; 
     const SYSTEMTIME stModified; 
     const SYSTEMTIME stAccessed; 
     const SYSTEMTIME stCreated; 
     const BOOL bExcluded; 
     const xcdSkippingReason xReason; 

    } xcdPreviewingFileParams; 

    This structure is available in both ANSI and UNICODE versions