TAPIEx ActiveX Control v3.6

OnPhoneDevSpecific

The OnPhoneDevSpecific event is fired whennotify the application about device-specific events occurring on a phone. The meaning of the message and the interpretation of the parameters are device specific.

Event OnDevSpecific(
m_Phone As ITAPIPhone, lParam1 As Long, lParam2 As Long, lParam3 As Long)

Parameters

m_Phone
Reference to ITAPIPhone.
lParam1, lParam2, lParam3
Device specific.

Remarks

None.

See Also

None.