McDewey

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

Page 283

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

Values Members The size, in bytes, and the offset, in bytes, from the beginning of the LINECOUNTRYLIST structure of a null-terminated string that contains the dialing rule for direct-dialed calls to the same area code. dwSameAreaRuleSize dwSameAreaRuleOffset The size, in bytes, and the offset, in bytes, from the beginning of the LINECOUNTRYLIST structure of a null-terminated string that contains the dialing rule for direct-dialed calls to other areas in the same country or region. dwLongDistanceRuleSize dwLongDistanceRuleOffset The size, in bytes, and the offset, in bytes, from the beginning of the LINECOUNTRYLIST structure of a null-terminated string that contains the dialing rule for direct-dialed calls to other countries/regions. dwInternationalRuleSize dwInternationalRuleOffset LINECOUNTRYLIST The LINECOUNTRYLIST structure describes a list of countries/regions. This structure can contain an array of LINECOUNTRYENTRY structures. The lineGetCountry function returns LINECOUNTRYLIST. You must not extend this structure. Note Structure Details typedef struct linecountrylist_tag { DWORD dwTotalSize; DWORD dwNeededSize; DWORD dwUsedSize; DWORD dwNumCountries; DWORD dwCountryListSize; DWORD dwCountryListOffset; } LINECOUNTRYLIST, FAR *LPLINECOUNTRYLIST; 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 Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 251 Basic TAPI Implementation LINECOUNTRYLIST

Image 1 from page 283

Page 283 diagram