#if !defined(AFX_RASTERTWAINSINK_H__62285470_7A6F_42D6_B4A5_8C9747177EAA__INCLUDED_) #define AFX_RASTERTWAINSINK_H__62285470_7A6F_42D6_B4A5_8C9747177EAA__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // RasterTwainSink.h : header file // ///////////////////////////////////////////////////////////////////////////// // CRasterTwainSink command target class CBarView; class CRasterTwainSink : public CCmdTarget { DECLARE_DYNCREATE(CRasterTwainSink) // CRasterTwainSink(); // protected constructor used by dynamic creation // Attributes public: CRasterTwainSink(); // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CRasterTwainSink) public: virtual void OnFinalRelease(); afx_msg void OnAcquire(long pBitmap); //}}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 Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_RASTERTWAINSINK_H__62285470_7A6F_42D6_B4A5_8C9747177EAA__INCLUDED_)