TAPIEx ActiveX Control v3.6

OnDevSpecificFeature

The OnDevSpecificFeature 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 OnDevSpecificFeature(
m_Line As ITAPILine, lParam1 As Long, lParam2 As Long, lParam3 As Long)

Parameters

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

Remarks

None.

See Also

None.