McDewey

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

Page 302

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

You must not extend this structure. Note Structure Details typedef struct lineproviderlist_tag { DWORD dwTotalSize; DWORD dwNeededSize; DWORD dwUsedSize; DWORD dwNumProviders; DWORD dwProviderListSize; DWORD dwProviderListOffset; } LINEPROVIDERLIST, FAR *LPLINEPROVIDERLIST; Members Values Members The total size, in bytes, that are allocated to this data structure. dwTotalSize The size, in bytes, for this data structure that is needed to hold all the returned information. dwNeededSize The size, in bytes, of the portion of this data structure that contains useful information. dwUsedSize The number of LINEPROVIDERENTRY structures that are present in the array that is denominated by dwProviderListSize and dwProviderListOffset. dwNumProviders The size, in bytes, and the offset, in bytes, from the beginning of this data structure of an array of LINEPROVIDERENTRY elements, which provide the information on each service provider. dwProviderListSize dwProviderListOffset LINEREQMAKECALL The LINEREQMAKECALL structure describes a request that a call initiated to the lineGetRequest function. You cannot extend this structure. Note Structure Details typedef struct linereqmakecall_tag { char szDestAddress[TAPIMAXDESTADDRESSSIZE]; char szAppName[TAPIMAXAPPNAMESIZE]; char szCalledParty[TAPIMAXCALLEDPARTYSIZE]; Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 270 Basic TAPI Implementation LINEREQMAKECALL

Image 1 from page 302

Page 302 diagram