/mcpdwAddressID The address on the given line device whose capabilities are to be queried. dwAPIVersion The version number, obtained by lineNegotiateAPIVersion, of the API that is to be used. The high-order word contains the major version number; the low-order word contains the minor version number. dwExtVersion The version number of the extensions to be used. This number can be left zero if no device-specific extensions are to be used. Otherwise, the high-order word contains the major version number and the low-order word contains the minor version number. lpAddressCaps A pointer to a variably sized structure of type LINEADDRESSCAPS. Upon successful completion of the request, this structure gets filled with address capabilities information. Prior to calling lineGetAddressCaps, the application should set the dwTotalSize member of this structure to indicate the amount of memory that is available to TAPI for returning information. lineGetAddressID The lineGetAddressID function returns the address identifier that is associated with an address in a different format on the specified line. Function Details LONG lineGetAddressID( HLINE hLine, LPDWORD lpdwAddressID, DWORD dwAddressMode, LPCSTR lpsAddress, DWORD dwSize ); Parameters hLine A handle to the open line device. lpdwAddressID A pointer to a DWORD-sized memory location that returns the address identifier. dwAddressMode The address mode of the address that is contained in lpsAddress. The dwAddressMode parameter can have only a single flag set. This parameter uses the following LINEADDRESSMODE_constant: • LINEADDRESSMODE_DIALABLEADDR -The address is specified by its dialable address. The lpsAddress parameter represents the dialable address or canonical address format. lpsAddress A pointer to a data structure that holds the address that is assigned to the specified line device. dwAddressMode determines the format of the address. Because the only valid value equals Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 162 Basic TAPI Implementation lineGetAddressID