#if !defined(AFX_RASTERBROWSEDLGSINK_H__88921527_704F_11D5_860A_00104BDB8FF9__INCLUDED_) #define AFX_RASTERBROWSEDLGSINK_H__88921527_704F_11D5_860A_00104BDB8FF9__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // RasterThumbSink.h : header file // //class CDemoApp; ///////////////////////////////////////////////////////////////////////////// // CRasterBrowseDlgSink command target class CRasterBrowseDlgSink : public CCmdTarget { DECLARE_DYNCREATE(CRasterBrowseDlgSink) CRasterBrowseDlgSink(); // 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(CRasterBrowseDlgSink) public: virtual void OnFinalRelease(); //}}AFX_VIRTUAL // Implementation virtual ~CRasterBrowseDlgSink(); protected: // Generated message map functions //{{AFX_MSG(CRasterBrowseDlgSink) // NOTE - the ClassWizard will add and remove member functions here. //}}AFX_MSG DECLARE_MESSAGE_MAP() // Generated OLE dispatch map functions //{{AFX_DISPATCH(CRasterBrowseDlgSink) // 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_RASTERBROWSEDLGSINK_H__88921527_704F_11D5_860A_00104BDB8FF9__INCLUDED_)