/mcpCTI Manager cluster support, extension mobility, change notification, and user addition to the directory can generate LINE_CREATE events. Note Function Details LINE_CREATE dwDevice = (DWORD) 0; dwCallbackInstance = (DWORD) 0; dwParam1 = (DWORD) idDevice; dwParam2 = (DWORD) 0; dwParam3 = (DWORD) 0; Parameters dwDevice This parameter is not used. dwCallbackInstance This parameter is not used. dwParam1 The dwDeviceID of the newly created device. dwParam2 This parameter is not used. dwParam3 This parameter is not used. LINE_DEVSPECIFIC The LINE_DEVSPECIFIC message notifies the application about device-specific events that occur on a line, address, or call. The meaning of the message and interpretation of the parameters are device specific. Function Details LINE_DEVSPECIFIC dwDevice = (DWORD) hLineOrCall; dwCallbackInstance = (DWORD) hCallback; dwParam1 = (DWORD) DeviceSpecific1; dwParam2 = (DWORD) DeviceSpecific2; dwParam3 = (DWORD) DeviceSpecific3; Parameters dwDevice This device-specific parameter specifies a handle to either a line device or call. Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 208 Basic TAPI Implementation LINE_DEVSPECIFIC

