#if !defined(AFX_RASTERSCRSINK_H__F60EDC81_793E_11D5_860A_00104BDB8FF9__INCLUDED_) #define AFX_RASTERSCRSINK_H__F60EDC81_793E_11D5_860A_00104BDB8FF9__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // RasterScrSink.h : header file // ///////////////////////////////////////////////////////////////////////////// // CRasterScrSink command target class CRasterScrSink : public CCmdTarget { DECLARE_DYNCREATE(CRasterScrSink) CRasterScrSink(); // protected constructor used by dynamic creation // Attributes public: // Operations public: void OnCaptureImage(long CaptureNumber); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CRasterScrSink) public: virtual void OnFinalRelease(); //}}AFX_VIRTUAL virtual ~CRasterScrSink(); // Implementation protected: // Generated message map functions //{{AFX_MSG(CRasterScrSink) // NOTE - the ClassWizard will add and remove member functions here. //}}AFX_MSG DECLARE_MESSAGE_MAP() // Generated OLE dispatch map functions //{{AFX_DISPATCH(CRasterScrSink) // 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_RASTERSCRSINK_H__F60EDC81_793E_11D5_860A_00104BDB8FF9__INCLUDED_)