LINEGATHERTERM_ Constants
The LINEGATHERTERM_ bit-flag constants describe the conditions under which buffered digit gathering is terminated.
- LINEGATHERTERM_BUFFERFULL
- The requested number of digits has been gathered. The buffer is full.
- LINEGATHERTERM_CANCEL
- The request was canceled by this application, by another application, or because the call terminated.
- LINEGATHERTERM_FIRSTTIMEOUT
- The first digit timeout expired. The buffer contains no digits.
- LINEGATHERTERM_INTERTIMEOUT
- The inter-digit timeout expired. The buffer contains at least one digit.
- LINEGATHERTERM_TERMDIGIT
- One of the termination digits matched a received digit. The matched termination digit is the last digit in the buffer.
No extensibility. All 32 bits are reserved.
Windows NT/2000: Requires Windows NT 4.0 SP3 or later.
Windows 95/98: Requires Windows 95 or later.
Version: Requires TAPI 2.0 or later.
Header: Declared in Tapi.h.