Partager via


ITCallNotificationEvent ::get_Event, méthode (tapi3if.h)

La méthode get_Event retourne une CALL_NOTIFICATION_EVENT description indiquant si l’application possède ou surveille l’appel sur lequel l’événement s’est produit.

Syntaxe

HRESULT get_Event(
  [out] CALL_NOTIFICATION_EVENT *pCallNotificationEvent
);

Paramètres

[out] pCallNotificationEvent

Pointeur vers la description CALL_NOTIFICATION_EVENT du privilège de l’application sur l’appel retourné par ITCallNotificationEvent ::get_Call.

Valeur retournée

Cette méthode peut retourner l’une de ces valeurs.

Valeur Signification
S_OK
La méthode a réussi.
E_OUTOFMEMORY
La mémoire est insuffisante pour effectuer l’opération.
E_POINTER
Le paramètre pCallNotificationEvent n’est pas un pointeur valide.

Configuration requise

Condition requise Valeur
Plateforme cible Windows
En-tête tapi3if.h (inclure Tapi3.h)
Bibliothèque Uuid.lib
DLL Tapi3.dll

Voir aussi

CALL_NOTIFICATION_EVENT

Call, objet

ITCallNotificationEvent