/mcpParameters hDevice A handle to the call. dwCallbackInstance The callback instance that is supplied when the line opens. dwParam1 The reason why digit gathering terminated. This parameter must be one and only one of the LINEGATHERTERM_constants. dwParam2 Unused. dwParam3 The tick count (number of milliseconds since Windows started) at which the digit gathering completes. For TAPI versions earlier than 2.0, this parameter is not used. LINE_GENERATE The TAPI LINE_GENERATE message notifies the application that the current digit or tone generation terminated. Only one such generation request can be in progress an a given call at any time. This message also gets sent when digit or tone generation is canceled. Function Details LINE_GENERATE hDevice = (DWORD) hCall; dwCallbackInstance = (DWORD) hCallback; dwParam1 = (DWORD) GenerateTermination; dwParam2 = (DWORD) 0; dwParam3 = (DWORD) 0; Parameters hDevice A handle to the call. dwCallbackInstance The callback instance that is supplied when the line opens. dwParam1 The reason that digit or tone generation terminates. This parameter must be the only one of the LINEGENERATETERM_constants. dwParam2 This parameter is not used. dwParam3 The tick count (number of milliseconds since Windows started) at which the digit or tone generation completes. For API versions earlier than 2.0, this parameter is not used. Cisco Unified TAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 211 Basic TAPI Implementation LINE_GENERATE
