TAPIEx.NET Component Documentation

OnPhoneDynamicRemove Event

Description

The OnPhoneDynamicRemove event sent to inform an application of the removal (deletion from the system) of a Phone 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.
[Visual Basic]
Public OnPhoneDynamicRemove As __Delegate_OnPhoneDynamicRemove
[C#]
public __Delegate_OnPhoneDynamicRemove OnPhoneDynamicRemove

Remarks

After a device has been removed, it will be marked as invalid (TAPIPhone.IsValid property), any attempt to access the device by its device identifier results in a Phone ERR_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

None.