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

typedef struct _xcdDeletingFileParams
{
  const WORD wStructSize;
  const HXCEEDZIP hZip;
  const TCHAR szFilename[ MAX_PATH ];
  const LONG lSize;
  const LONG lSizeHigh;
  const xcdFileAttributes xAttributes;
  const SYSTEMTIME stModified;
  const SYSTEMTIME stAccessed;
  const SYSTEMTIME stCreated;
  BOOL bDoNotDelete; 
} xcdDeletingFileParams;

This structure is available in both ANSI and UNICODE versions.