Partager via


ITAddress ::get_CurrentForwardInfo, méthode (tapi3if.h)

La méthode get_CurrentForwardInfo obtient un pointeur vers l’objet d’informations de transfert actuel.

Syntaxe

HRESULT get_CurrentForwardInfo(
  [out] ITForwardInformation **ppForwardInfo
);

Paramètres

[out] ppForwardInfo

Pointeur vers l’interface ITForwardInformation .

Valeur retournée

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

Valeur Signification
S_OK
La méthode a réussi.
E_NOTIMPL
Méthode non implémentée.
E_OUTOFMEMORY
La mémoire est insuffisante pour effectuer l’opération.
LINEERR_INVALPOINTER
Le paramètre ppForwardInfo n’est pas un pointeur valide.

Remarques

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

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

Objet Address

ADRESSE ITAddress

ITAddress ::CreateForwardInfoObject

ITAddress ::Forward

ITForwardInformation