#if !defined(AFX_RASTERTHUMBSINK_H__88921527_704F_11D5_860A_00104BDB8FF9__INCLUDED_) #define AFX_RASTERTHUMBSINK_H__88921527_704F_11D5_860A_00104BDB8FF9__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // RasterThumbSink.h : header file // //class CDemoApp; ///////////////////////////////////////////////////////////////////////////// // CRasterThumbSink command target class CRasterThumbSink : public CCmdTarget { DECLARE_DYNCREATE(CRasterThumbSink) CRasterThumbSink(); // protected constructor used by dynamic creation // Attributes public: // Operations public: void OnThumbnailEvent(long Bitmap, TCHAR * pszFilename, short StatusCode, short nPercent); // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CRasterThumbSink) public: virtual void OnFinalRelease(); //}}AFX_VIRTUAL // Implementation virtual ~CRasterThumbSink(); protected: // Generated message map functions //{{AFX_MSG(CRasterThumbSink) // NOTE - the ClassWizard will add and remove member functions here. //}}AFX_MSG DECLARE_MESSAGE_MAP() // Generated OLE dispatch map functions //{{AFX_DISPATCH(CRasterThumbSink) // 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_RASTERTHUMBSINK_H__88921527_704F_11D5_860A_00104BDB8FF9__INCLUDED_)