#if !defined(AFX_CALLBACK_H__704A2FC3_9210_40A3_AA55_831C64C4D35B__INCLUDED_) #define AFX_CALLBACK_H__704A2FC3_9210_40A3_AA55_831C64C4D35B__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your modifications will be overwritten. ///////////////////////////////////////////////////////////////////////////// // CCallback wrapper class class CCallback : public COleDispatchDriver { public: CCallback() {} // Calls COleDispatchDriver default constructor CCallback(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CCallback(const CCallback& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: // Operations public: void Progress(LPCTSTR KeyOfSender, long Percent, LPCTSTR Message); void Error(LPCTSTR KeyOfSender, LPCTSTR ErrorMsg); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_CALLBACK_H__704A2FC3_9210_40A3_AA55_831C64C4D35B__INCLUDED_)