TAPIEx ActiveX Control v3.6

OnDevSpecific

The OnDevSpecific event is fired when notify the application about device-specific events occurring on a line. The meaning of the message and the interpretation of the parameters are device specific.

Event OnDevSpecific(
m_Call As TAPICall, m_Line As TAPILine, lParam1 As Long, lParam2 As Long, lParam3 As Long)

Parameters

m_Call
Reference to ITAPICall.
m_Line
Reference to ITAPILine.
lParam1, lParam2, lParam3
Device specific.

Remarks

None.

See Also

None.