Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
OS Versions: Windows CE 3.0 and later.
Header: Tapi.h.
Send Feedback on this topic to the authors