Partager via


énumération CALL_NOTIFICATION_EVENT (tapi3if.h)

L’énumération CALL_NOTIFICATION_EVENT décrit les événements de notification d’appel. La méthode ITCallNotificationEvent ::get_Event retourne un membre de cette énumération pour indiquer le type d’événement de notification d’appel qui s’est produit.

Syntax

typedef enum CALL_NOTIFICATION_EVENT {
  CNE_OWNER = 0,
  CNE_MONITOR,
  CNE_LASTITEM
} ;

Constantes

 
CNE_OWNER
Valeur : 0
L’application actuelle est propriétaire de l’appel sur lequel l’événement s’est produit.
CNE_MONITOR
L’application actuelle surveille l’appel sur lequel l’événement s’est produit.
CNE_LASTITEM

Configuration requise

Condition requise Valeur
En-tête tapi3if.h

Voir aussi

ITCallNotificationEvent

ITCallNotificationEvent ::get_Event