Partager via


ITToneTerminalEvent::get_Call méthode (tapi3if.h)

La méthode get_Call récupère un pointeur d’interface pour l’objet d’appel sur lequel l’événement s’est produit.

Syntaxe

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

Paramètres

[out] ppCall

Pointeur vers l’interface ITCallInfo .

Valeur retournée

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Remarques

TAPI appelle la méthode AddRef sur l’interface ITCallInfo retournée par ITToneTerminalEvent::get_Call. L’application doit appeler Release sur l’interface ITCallInfo pour libérer les ressources qui lui sont associées.

Configuration requise

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

Voir aussi

ITCallInfo

ITToneTerminalEvent