Share via


LINEGENERATETERM (Compact 2013)

3/26/2014

These bit-flag constants describe the conditions under which digit or tone generation is terminated.

The following table shows the LINEGENERATETERM constants.

Value

Description

LINEGENERATETERM_CANCEL = 0x00000002

The digit or tone generation request was canceled by this application, by another application, or because the call terminated. This value can also be returned when digit or tone generation cannot be completed due to internal failure of the service provider.

LINEGENERATETERM_DONE = 0x00000001

The requested number of digits or the requested tones have been generated for the requested duration.

Remarks

These constants cannot be extended. All 32 bits are reserved.

Requirements

Header

tapi.h

See Also

Reference

TAPI Constants