TAPIEx ActiveX Control v3.6

OnLineDynamicCreate

The OnLineDynamicCreate event fired to inform the application of the creation of a new line device.

Event OnLineDynamicCreate(
m_Line As TAPILine)

Parameters

m_Line
The instance of the new created line device.

Remarks

The OnLineDynamicCreate() event informs applications of the existence of the new device and its new device identifier. The application can then choose whether or not to attempt working with the new device at its leisure.

See Also

OnLineDynamicRemove