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

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