Partager via


ITAddressTranslation ::get_CallingCards, méthode (tapi3if.h)

La méthode get_CallingCards crée une collection de cartes d’appel associées à l’adresse. Cette méthode est fournie pour les applications clientes Automation, telles que celles écrites en Visual Basic. Les applications C et C++ doivent utiliser la méthode EnumerateCallingCards .

Syntaxe

HRESULT get_CallingCards(
  [out] VARIANT *pVariant
);

Paramètres

[out] pVariant

Pointeur vers VARIANT contenant un ITCollection de pointeurs d’interface ITCallingCard .

Valeur retournée

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

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

Remarques

La méthode get_CallingCards est un wrapper COM pour la fonction LineGetTranslateCaps TAPI 2.2 et prend l’appel de carte informations à partir de la structure LINETRANSLATECAPS retournée par cette fonction.

TAPI appelle la méthode AddRef sur l’interface ITCallingCard retournée par ITAddressTranslation ::get_CallingCards. L’application doit appeler Release sur l’interface ITCallingCard 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

ITCallingCard

ITCollection

LINETRANSLATECAPS

LineGetTranslateCaps