Partager via


ITCallInfo::get_CallState méthode (tapi3if.h)

La méthode get_CallState obtient un pointeur vers l’état actuel de l’appel, par exemple CS_IDLE.

Syntaxe

HRESULT get_CallState(
  [out] CALL_STATE *pCallState
);

Paramètres

[out] pCallState

Pointeur vers une variable contenant le type CALL_STATE actuel.

Valeur retournée

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

Code de retour Description
S_OK
La méthode a réussi.
E_POINTER
Le paramètre pCallState n’est pas un pointeur valide.
E_OUTOFMEMORY
La mémoire est insuffisante pour effectuer l’opération.

Remarques

Références croisées TAPI 2.1 : LINECALLSTATUS, ITCallInfo, dwMediaMode membre de la structure LINECALLINFO , Call Object

Configuration requise

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

Voir aussi

CALL_STATE

Call, objet

ITCallInfo