Partager via


ITCallStateEvent ::get_Call, méthode (tapi3if.h)

La méthode get_Call obtient un pointeur vers l’interface d’informations d’appel pour l’appel sur lequel l’événement s’est produit.

Syntaxe

HRESULT get_Call(
  [out] ITCallInfo **ppCallInfo
);

Paramètres

[out] ppCallInfo

Pointeur vers l’interface ITCallInfo .

Valeur retournée

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

Code de retour Description
S_OK
La méthode a réussi.
E_POINTER
Le paramètre ppCallInfo n’est pas un pointeur valide.
E_OUTOFMEMORY
La mémoire est insuffisante pour effectuer l’opération.

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, objet

ITCallStateEvent