/mcpphoneClose The phoneClose function closes the specified open phone device. Function Details LONG phoneClose( HPHONE hPhone ); Parameter hPhone A handle to the open phone device that is to be closed. If the function succeeds, this means that the handle is no longer valid. phoneDevSpecific The phoneDevSpecific function gets used as a general extension mechanism to enable a telephony API implementation to provide features that are not described in the other TAPI functions. The meanings of these extensions are device specific. When used with the Cisco Unified TSP, you can use phoneDevSpecific to send device-specific data to a phone device. Function Details LONG WINAPI phoneDevSpecific ( HPHONE hPhone, LPVOID lpParams, DWORD dwSize ); Parameters hPhone A handle to a phone device. lpParams A pointer to a memory area used to hold a parameter block. Its interpretation is device specific. TAPI passes the contents of the parameter block unchanged to or from the service provider. dwSize The size in bytes of the parameter block area. phoneGetDevCaps The phoneGetDevCaps function queries a specified phone device to determine its telephony capabilities. Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 276 Basic TAPI Implementation phoneClose
