#if !defined(AFX_QRWRITE_H__70B7CEDA_07C5_421F_B2AC_B568605921EC__INCLUDED_) #define AFX_QRWRITE_H__70B7CEDA_07C5_421F_B2AC_B568605921EC__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your modifications will be overwritten. ///////////////////////////////////////////////////////////////////////////// // CQRWrite wrapper class class CQRWrite : public COleDispatchDriver { public: CQRWrite() {} // Calls COleDispatchDriver default constructor CQRWrite(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CQRWrite(const CQRWrite& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: // Operations public: long GetFlags(); void SetFlags(long nNewValue); long GetGroupNumber(); void SetGroupNumber(long nNewValue); long GetGroupTotal(); void SetGroupTotal(long nNewValue); long GetECCLevel(); void SetECCLevel(long nNewValue); long GetXModule(); void SetXModule(long nNewValue); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_QRWRITE_H__70B7CEDA_07C5_421F_B2AC_B568605921EC__INCLUDED_)