#if !defined(AFX_LEADRASTEROLEDB_H__11CA2F95_A25E_464C_90B6_7268B043E5A2__INCLUDED_) #define AFX_LEADRASTEROLEDB_H__11CA2F95_A25E_464C_90B6_7268B043E5A2__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. // Dispatch interfaces referenced by this interface class CLEADRaster; ///////////////////////////////////////////////////////////////////////////// // CLEADRasterOLEDB wrapper class class CLEADRasterOLEDB : public CWnd { protected: DECLARE_DYNCREATE(CLEADRasterOLEDB) public: CLSID const& GetClsid() { static CLSID const clsid = { 0x14072f, 0xb1ba, 0x11ce, { 0xab, 0xc6, 0xf5, 0xb2, 0xe7, 0x9d, 0x9e, 0x3f } }; return clsid; } virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL) { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); } BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CFile* pPersist = NULL, BOOL bStorage = FALSE, BSTR bstrLicKey = NULL) { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID, pPersist, bStorage, bstrLicKey); } // Attributes public: // Operations public: LPUNKNOWN GetDataSource(); void SetRefDataSource(LPUNKNOWN newValue); CString GetDataMember(); void SetDataMember(LPCTSTR lpszNewValue); CString GetDataField(); void SetDataField(LPCTSTR lpszNewValue); CLEADRaster GetRaster(); void SetRaster(LPDISPATCH newValue); BOOL GetEnableMethodErrors(); void SetEnableMethodErrors(BOOL bNewValue); long GetAnnContainer(); void SetAnnContainer(long nNewValue); BOOL GetDataDirty(); void SetDataDirty(BOOL bNewValue); short GetDataLoadBits(); void SetDataLoadBits(short nNewValue); short GetDataSaveBits(); void SetDataSaveBits(short nNewValue); short GetDataSaveFormat(); void SetDataSaveFormat(short nNewValue); short GetDataSaveQuality(); void SetDataSaveQuality(short nNewValue); BOOL GetEnableProgressEvent(); void SetEnableProgressEvent(BOOL bNewValue); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LEADRASTEROLEDB_H__11CA2F95_A25E_464C_90B6_7268B043E5A2__INCLUDED_)