McDewey

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

Page 271

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

Values Members For All Devices: 0 dwCallDataSize dwCallDataOffset For All Devices: 0 dwSendingFlowspecSize dwSendingFlowspecOffset For All Devices: 0 dwReceivingFlowspecSize dwReceivingFlowspecOffset LINECALLLIST The LINECALLLIST structure describes a list of call handles. The lineGetNewCalls and lineGetConfRelatedCalls functions return a structure of this type. You must not extend this structure. Note Structure Details typedef struct linecalllist_tag { DWORD dwTotalSize; DWORD dwNeededSize; DWORD dwUsedSize; DWORD dwCallsNumEntries; DWORD dwCallsSize; DWORD dwCallsOffset; } LINECALLLIST, FAR *LPLINECALLLIST; Members Values Members The total size, in bytes, that is 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 handles in the hCalls array. dwCallsNumEntries The size, in bytes, and the offset, in bytes, from the beginning of this data structure of the variably sized field (which is an array of HCALL-sized handles). dwCallsSized wCallsOffset Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 239 Basic TAPI Implementation LINECALLLIST

Image 1 from page 271

Page 271 diagram