www.pudn.com > TAPI会议系统.rar > tapidescribe.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);