/mcpLINEADDRESSMODE_DIALABLEADDR, lpsAddress uses the common dialable number format and is NULL-terminated. dwSize The size of the address that is contained in lpsAddress. lineGetAddressStatus The lineGetAddressStatus function allows an application to query the specified address for its current status. Function Details LONG lineGetAddressStatus( HLINE hLine, DWORD dwAddressID, LPLINEADDRESSSTATUS lpAddressStatus ); Parameters hLine A handle to the open line device. dwAddressID An address on the given open line device. This parameter specifies the address to be queried. lpAddressStatus A pointer to a variably sized data structure of type LINEADDRESSSTATUS. Prior to calling lineGetAddressStatus, the application should set the dwTotalSize member of this structure to indicate the amount of memory that is available to TAPI for returning information. lineGetCallInfo The lineGetCallInfo function enables an application to obtain fixed information about the specified call. Function Details LONG lineGetCallInfo( HCALL hCall, LPLINECALLINFO lpCallInfo ); Parameters hCall A handle to the call to be queried. The call state of hCall can be any state. lpCallInfo A pointer to a variably sized data structure of type LINECALLINFO. Upon successful completion of the request, call-related information fills this structure. Prior to calling lineGetCallInfo, the application Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 163 Basic TAPI Implementation lineGetAddressStatus
