Description: 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] - Avaya switches interface development, ts
File list (Check if you may need any files):
Tsapi.cpp