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

typedef struct _xcdListingFileParams

{

const WORD wStructSize; 
const HXCEEDZIP hZip; 
const TCHAR szFilename[ MAX_PATH ]; 
const TCHAR szComment[ 1024 ]; 
const LONG lSize; 
const LONG lSizeHigh;
const LONG lCompressedSize; 
const LONG lCompressedSizeHigh;
const SHORT nCompressionRatio; 
const xcdFileAttributes xAttributes; 
const LONG lCRC; 
const SYSTEMTIME stLastModified; 
const SYSTEMTIME stLastAccessed; 
const SYSTEMTIME stCreated; 
const xcdCompressionMethod xMethod; 
const BOOL bEncrypted; 
const LONG lDiskNumber; 
const BOOL bExcluded; 
const xcdSkippingReason xReason; 

} xcdListingFileParams; 

This structure is available in both ANSI and UNICODE versions.