TAPIEx ActiveX Control v3.6

OnLineDynamicRemove

The OnLineDynamicRemove event sent to inform an application of the removal (deletion from the system) of a line device. Generally, this is not used for temporary removals, such as extraction of PCMCIA devices, but only for permanent removals in which the device would no longer be reported by the service provider if TAPI were reinitialized.

Event OnLineDynamicRemove(
m_Line As TAPILine)

Parameters

m_Line
The instance of the line device which removed from the system.

Remarks

After a device has been removed, it will be marked as invalid (ITAPILine.IsValid property), any attempt to access the device by its device identifier results in a LINEERR_NODEVICE error. After all TAPI applications have shutdown so that TAPI can restart, and when TAPI is reinitialized, the removed device no longer occupies a device identifier.

 

See Also

OnLineDynamicCreate