Partager via


ITCallStateEvent::get_State méthode (tapi3if.h)

La méthode get_State obtient des informations sur le nouvel état d’appel.

Syntaxe

HRESULT get_State(
  [out] CALL_STATE *pCallState
);

Paramètres

[out] pCallState

Pointeur vers CALL_STATE constante.

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_OUTOFMEMORY
La mémoire est insuffisante pour effectuer l’opération.
E_POINTER
Le paramètre pCallState n’est pas un pointeur valide.

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

ITCallStateEvent