📄 ctievent.cpp
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -