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 buffered digit gathering is terminated.
The following table shows the LINEGATHERTERM constants.
| Value | Description |
|---|---|
| LINEGATHERTERM_BUFFERFULL = 0x00000001 | The requested number of digits has been gathered. The buffer is full. |
| LINEGATHERTERM_CANCEL = 0x00000010 | The request was canceled by this application, by another application, or because the call terminated. |
| LINEGATHERTERM_FIRSTTIMEOUT = 0x00000004 | The first digit timeout expired. The buffer contains no digits. |
| LINEGATHERTERM_INTERTIMEOUT = 0x00000008 | The inter-digit timeout expired. The buffer contains at least one digit. |
| LINEGATHERTERM_TERMDIGIT = 0x00000002 | One of the termination digits matched a received digit. The matched termination digit is the last digit in the buffer. |
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