ITCallInfo ::get_CallInfoLong, méthode (tapi3if.h)
La méthode get_CallInfoLong obtient les éléments d’informations d’appel décrits par un long, comme le mode porteur.
Syntaxe
HRESULT get_CallInfoLong(
[in] CALLINFO_LONG CallInfoLong,
[out] long *plCallInfoLongVal
);
Paramètres
[in] CallInfoLong
CALLINFO_LONG indicateur du type d’informations nécessaire, comme CIL_BEARERMODE.
[out] plCallInfoLongVal
Pointeur vers la valeur retournée.
Valeur retournée
Cette méthode peut retourner l’une de ces valeurs.
Valeur | Signification |
---|---|
|
La méthode a réussi. |
|
La mémoire est insuffisante pour effectuer l’opération. |
|
Le paramètre plCallInfoLongVal n’est pas un pointeur valide. |
|
Le paramètre CallInfoLong n’est pas une valeur valide. |
|
L’état actuel de l’appel n’est pas valide pour cette 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 |