#if !defined(AFX_RASTERTWAINSINK_H__B87EB4D1_4DD2_452B_8184_EBC7E074E097__INCLUDED_) #define AFX_RASTERTWAINSINK_H__B87EB4D1_4DD2_452B_8184_EBC7E074E097__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // RasterTwainSink.h : header file // class CDemoView; ///////////////////////////////////////////////////////////////////////////// // CRasterTwainSink command target class CRasterTwainSink : public CCmdTarget { DECLARE_DYNCREATE(CRasterTwainSink) CRasterTwainSink(); // protected constructor used by dynamic creation // Attributes public: // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CRasterTwainSink) 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 ~CRasterTwainSink(); protected: // Generated message map functions //{{AFX_MSG(CRasterTwainSink) // NOTE - the ClassWizard will add and remove member functions here. //}}AFX_MSG DECLARE_MESSAGE_MAP() // Generated OLE dispatch map functions //{{AFX_DISPATCH(CRasterTwainSink) // NOTE - the ClassWizard will add and remove member functions here. //}}AFX_DISPATCH DECLARE_DISPATCH_MAP() DECLARE_INTERFACE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_RasterTwainSink_H__B87EB4D1_4DD2_452B_8184_EBC7E074E097__INCLUDED_)