TAPI EVENT

[This is preliminary documentation and subject to change.]

Used to notify an application that a change has occurred in the TAPI object. Returned by the Event method of the ITTAPIEventNotification interface.

typedef enum 
{
    TE_REINITIALIZE,
    TE_NEWADDRESS
}TAPI_EVENT;
 

Members

TE_REINITIALIZE
The TAPI object has been reinitialized.
TE_NEWADDRESS
A new address has appeared (usually, through Plug and Play). The application should re-enumerate the addresses to get access to the new address.