Interface ITForwardInformation (tapi3if.h)
L’interface ITForwardInformation fournit des méthodes pour la configuration et l’implémentation du transfert d’appel. L’objet d’informations de transfert est créé par ITAddress::CreateForwardInfoObject. Un pointeur vers un objet d’informations de transfert existant peut être récupéré à l’aide de ITAddress::get_CurrentForwardInfo.
Héritage
L’interface ITForwardInformation hérite de l’interface IDispatch. ITForwardInformation a également les types de membres suivants :
Méthodes
L’interface ITForwardInformation a ces méthodes.
ITForwardInformation::Clear La méthode Clear efface toutes les informations de transfert dans cet objet. |
ITForwardInformation::get_ForwardTypeCaller La méthode get_ForwardTypeCaller obtient le type d’appelant pour un mode de transfert donné. |
ITForwardInformation::get_ForwardTypeDestination La méthode get_ForwardTypeDestination obtient la destination d’un mode de transfert. |
ITForwardInformation::get_NumRingsNoAnswer La méthode get_NumRingsNoAnswer récupère le nombre d’anneaux après lesquels une condition sans réponse est supposée. |
ITForwardInformation::GetForwardType La méthode GetForwardType obtient le mode de transfert. |
ITForwardInformation::p ut_NumRingsNoAnswer La méthode put_NumRingsNoAnswer définit le nombre d’anneaux après lesquels une condition sans réponse est supposée. |
ITForwardInformation::SetForwardType La méthode SetForwardType définit le mode de transfert et la destination par adresse de l’appelant. |
Configuration requise
Plateforme cible | Windows |
En-tête | tapi3if.h (inclure Tapi3.h) |
Voir aussi
ITAddress::CreateForwardInfoObject