文件名称:Tsapi
- 所属分类:
- TAPI编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 4kb
- 下载次数:
- 0次
- 提 供 者:
- bluet******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
TSAPI c++ source -
Tsapi.cpp : interface to TSAPI Tserver.
This file handles the hidden TSAPI window
// First, there are the CTsapiDevice methods.
//
// This class is referenced by the TSAPI window class (CTsapiWnd).
// It handles:
// 1. tracking of the window that handles the TSAPI events for each device known
// by the CTsapiWnd
// 3. tracking of the monitor cross reference ID for the current monitoring session
// for each device known by the CTsapiWnd
// 2. tracking of all of the calls and connections for each device known by the
// CTsapiWnd
//
// Note that this sample only implements 1 device tracking. The CTsapiWnd here can
// only track a single device and this memory is hard-coded.
// Note that this sample hard-codes the number of calls and connections that the
// device can support.-TSAPI c++ source -
Tsapi.cpp : interface to TSAPI Tserver.
This file handles the hidden TSAPI window
// First, there are the CTsapiDevice methods.
//
// This class is referenced by the TSAPI window class (CTsapiWnd).
// It handles:
// 1. tracking of the window that handles the TSAPI events for each device known
// by the CTsapiWnd
// 3. tracking of the monitor cross reference ID for the current monitoring session
// for each device known by the CTsapiWnd
// 2. tracking of all of the calls and connections for each device known by the
// CTsapiWnd
//
// Note that this sample only implements 1 device tracking. The CTsapiWnd here can
// only track a single device and this memory is hard-coded.
// Note that this sample hard-codes the number of calls and connections that the
// device can support.
Tsapi.cpp : interface to TSAPI Tserver.
This file handles the hidden TSAPI window
// First, there are the CTsapiDevice methods.
//
// This class is referenced by the TSAPI window class (CTsapiWnd).
// It handles:
// 1. tracking of the window that handles the TSAPI events for each device known
// by the CTsapiWnd
// 3. tracking of the monitor cross reference ID for the current monitoring session
// for each device known by the CTsapiWnd
// 2. tracking of all of the calls and connections for each device known by the
// CTsapiWnd
//
// Note that this sample only implements 1 device tracking. The CTsapiWnd here can
// only track a single device and this memory is hard-coded.
// Note that this sample hard-codes the number of calls and connections that the
// device can support.-TSAPI c++ source -
Tsapi.cpp : interface to TSAPI Tserver.
This file handles the hidden TSAPI window
// First, there are the CTsapiDevice methods.
//
// This class is referenced by the TSAPI window class (CTsapiWnd).
// It handles:
// 1. tracking of the window that handles the TSAPI events for each device known
// by the CTsapiWnd
// 3. tracking of the monitor cross reference ID for the current monitoring session
// for each device known by the CTsapiWnd
// 2. tracking of all of the calls and connections for each device known by the
// CTsapiWnd
//
// Note that this sample only implements 1 device tracking. The CTsapiWnd here can
// only track a single device and this memory is hard-coded.
// Note that this sample hard-codes the number of calls and connections that the
// device can support.
相关搜索: tsapi
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Tsapi.cpp