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

    typedef struct _xcdQueryMemoryFileParams
    {
      const WORD wStructSize; 
    const HXCEEDZIP hZip; 
      LONG lUserTag; 
      TCHAR szFilename[ MAX_PATH ]; 
      TCHAR szComment[ 1024 ]; 
      xcdFileAttributes xAttributes; 
      SYSTEMTIME stModified; 
      SYSTEMTIME stAccessed; 
      SYSTEMTIME stCreated; 
      BOOL bEncrypted; 
      TCHAR szPassword[ MAX_PATH ]; 
      BOOL bFileProvided; 
    } xcdQueryMemoryFileParams; 

    This structure is available in both ANSI and UNICODE versions.