#if !defined(AFX_RASTERTWAINSINK1_H__62285470_7A6F_42D6_B4A5_8C9747177EAA__INCLUDED_) #define AFX_RASTERTWAINSINK1_H__62285470_7A6F_42D6_B4A5_8C9747177EAA__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // RasterTwainSink1.h : header file // ///////////////////////////////////////////////////////////////////////////// // CRasterTwainSink1 command target class CBarView; class CRasterTwainSink1 : public CCmdTarget { DECLARE_DYNCREATE(CRasterTwainSink1) // CRasterTwainSink1(); // protected constructor used by dynamic creation // Attributes public: CRasterTwainSink1(); // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CRasterTwainSink1) public: virtual void OnFinalRelease(); afx_msg void OnAcquire(long pBitmap); afx_msg void OnSaveTemplate(IUnknown * pCapability); afx_msg void OnLoadTemplate(IUnknown * pCapability); //}}AFX_VIRTUAL // Implementation virtual ~CRasterTwainSink1(); protected: // Generated message map functions //{{AFX_MSG(CRasterTwainSink1) // NOTE - the ClassWizard will add and remove member functions here. //}}AFX_MSG DECLARE_MESSAGE_MAP() // Generated OLE dispatch map functions //{{AFX_DISPATCH(CRasterTwainSink1) // NOTE - the ClassWizard will add and remove member functions here. //}}AFX_DISPATCH DECLARE_DISPATCH_MAP() DECLARE_INTERFACE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_RASTERTWAINSINK1_H__62285470_7A6F_42D6_B4A5_8C9747177EAA__INCLUDED_)