Xceed Zip for COM/ActiveX on x86/x64 Documentation
Direct DLL API / DLL API event parameter structure reference / xcdDeletingFileParams structure
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.