ctievent.cpp
来自「使用CT-C开发的一个CTI软电话系统,ActiveX形式的,仅供参考」· C++ 代码 · 共 30 行
CPP
30 行
// CTIEvent.cpp : Implementation of CCTIEvent
#include "stdafx.h"
#include "ctcv4.h"
#include "KVPair.h"
#include "KVList.h"
#include "CTIEvent.h"
DECLARE_CREATOR(CCTIEvent, ICTIEvent)
//convert the incomed CTC event to Genesys event for vb
void CCTIEvent::FillEvent(ctcEventData* event)
{
if (event)
{
}else
{// this is the event EventServerDisconnected
}
return;
}
STDMETHODIMP CCTIEvent::get_WebCallFutureTime(BSTR *pVal)
{
// TODO: Add your implementation code here
return S_OK;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?