You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
936 B
C++
32 lines
936 B
C++
// 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);
|
|
}
|