?? tapidescribe.h
字號(hào):
// ----------------------------------------------------------------------------
// 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);
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -