Xceed Zip for COM/ActiveX on x86/x64 Documentation
Direct DLL API / DLL API event parameter structure reference / xcdZipCommentParams structure
xcdZipCommentParams structure

typedef struct _xcdZipCommentParams
{
  const WORD wStructSize; 
  const HXCEEDZIP hZip; 
  TCHAR szComment[ 10240 ]; 
} xcdZipCommentParams; 

This structure is available in both ANSI and UNICODE versions.