// 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. #include "stdafx.h" #include "callback.h" ///////////////////////////////////////////////////////////////////////////// // CCallback properties ///////////////////////////////////////////////////////////////////////////// // CCallback operations void CCallback::Progress(LPCTSTR KeyOfSender, long Percent, LPCTSTR Message) { static BYTE parms[] = VTS_BSTR VTS_I4 VTS_BSTR; InvokeHelper(0x1, DISPATCH_METHOD, VT_EMPTY, NULL, parms, KeyOfSender, Percent, Message); } void CCallback::Error(LPCTSTR KeyOfSender, LPCTSTR ErrorMsg) { static BYTE parms[] = VTS_BSTR VTS_BSTR; InvokeHelper(0x2, DISPATCH_METHOD, VT_EMPTY, NULL, parms, KeyOfSender, ErrorMsg); }