TAPIEx ActiveX Control v3.6

OnPhoneDynamicCreate

The OnPhoneDynamicCreate event fired to inform the application of the creation of a new phone device.

Event OnPhoneDynamicCreate(
m_Phone As TAPIPhone)

Parameters

m_Phone
The instance of the new created phone device.

Remarks

The OnPhoneDynamicCreate() 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

OnPhoneDynamicRemove