⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tapidescribe.h

📁 基于TAPI 2.0的软电话源代码
💻 H
字号:
// ----------------------------------------------------------------------------
// IP Office SDK (c) Avaya 2001. All rights reserved.
//
// PROJECT:  TapiSample
// FILE:     tapidescribe.h
// CREATED:  Geoff Froud, based on previous work by Carl Muller
//
// See tapisample.h for an explanation of this program.
//
// This is the definition file for the tapi message description functions.
// These functions provide terse English explanations of various TAPI
// flags and values. These are equivalent to their names in the
// Windows documentation (and in the TAPI.H standard header file).
// Not all capabilities are supported by the IP Office TAPI driver.
// See tapidescribe.cpp for the implementation of these functions
//
// ----------------------------------------------------------------------------

LPCTSTR DescribeError(DWORD ErrorID);
LPCTSTR DescribeCallStateDetail(DWORD CallState, DWORD CallStateDetail);
LPCTSTR DescribeCallState(CString& result, DWORD CallState);
LPCTSTR DescribePrivilege(CString &result, DWORD CallPrivilege);
LPCTSTR DescribeDeviceStatus(CString &result, DWORD DeviceState);
LPCTSTR DescribeAddressStatus(CString &result, DWORD AddressState);
LPCTSTR DescribeCallInfo(CString &result, DWORD CallInfoState);
LPCTSTR DescribeCallReason(CString& result, DWORD CallReason);
LPCTSTR DescribeCallOrigin(CString& result, DWORD CallOrigin);
LPCTSTR DescribeCallCompletion(CString &result, DWORD CallCompletion);
LPCTSTR DescribeAddressCapabilities(CString &result, DWORD AddressCaps);
LPCTSTR DescribeCallFeatures(CString &result, DWORD CallFeatures);
LPCTSTR DescribeCallFeatures2(CString &result, DWORD CallFeatures2);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -