Platform SDK: TAPI |
The TSPI LINE_MONITORDIGITS message is sent to the LINEEVENT callback function whenever a digit is detected while digit monitoring is in progress. The sending of this message is controlled by the TSPI_lineMonitorDigits function.
LINE_MONITORDIGITS htLine = (HTAPILINE) hLineDevice; htCall = (HTAPICALL) hCallDevice; dwMsg = (DWORD) LINE_MONITORDIGITS; dwParam1 = (DWORD) chDigit; dwParam2 = (DWORD) LineDigitMode; dwParam3 = (DWORD) dwTickCount;
This message is sent only when digit monitoring is enabled.
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.