Xceed Zip for COM/ActiveX on x86/x64 Documentation
Direct DLL API / DLL API event parameter structure reference / xcdInvalidPasswordParams structure
In This Topic
    xcdInvalidPasswordParams structure
    In This Topic

    typedef struct _xcdInvalidPasswordParams
    {
      const WORD wStructSize; 
      const HXCEEDZIP hZip; 
      const TCHAR szFilename[ MAX_PATH ]; 
      TCHAR szNewPassword[ MAX_PATH ]; 
      BOOL bRetry; 
    } xcdInvalidPasswordParamsA; 

    This structure is available in both ANSI and UNICODE versions.