McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 205

↗ View in doc context
page
205
source
cucm/v15/tapi-dev-guide/tapi-dev-guide.md
chunk_id
cucm::v15::tapi-dev-guide::tapi-dev-guide::208

LPLINETRANSLATECAPS lpTranslateCaps ); Parameters hLineApp The application handle that lineInitializeEx returns. If an application has not yet called the lineInitializeEx function, it can set the hLineApp parameter to NULL. dwAPIVersion The highest version of TAPI that the application supports (not necessarily the value that lineNegotiateAPIVersion negotiates on some particular line device). lpTranslateCaps A pointer to a location to which a LINETRANSLATECAPS structure is loaded. Prior to calling lineGetTranslateCaps, the application should set the dwTotalSize member of this structure to indicate the amount of memory that is available to TAPI for returning information. Return Values Returns zero if the request succeeds or a negative number if an error occurs. Possible return values follow: • LINEERR_INCOMPATIBLEAPIVERSION • LINEERR_NOMEM • LINEERR_INIFILECORRUPT • LINEERR_OPERATIONFAILED • LINEERR_INVALAPPHANDLE • LINEERR_RESOURCEUNAVAIL • LINEERR_INVALPOINTER • LINEERR_STRUCTURETOOSMALL • LINEERR_NODRIVER. lineHandoff The lineHandoff function gives ownership of the specified call to another application. Specify the application either directly by its file name or indirectly as the highest priority application that handles calls of the specified media mode. Function Details LONG WINAPI lineHandoff( HCALL hCall, LPCSTR lpszFileName, DWORD dwMediaMode ); Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 173 Basic TAPI Implementation lineHandoff

Page 205 content