Partager via


ITToneTerminalEvent ::get_Error méthode (tapi3if.h)

La méthode get_Error retourne un cast HRESULT du code d’erreur impliqué dans l’événement.

Syntaxe

HRESULT get_Error(
  [out] HRESULT *phrErrorCode
);

Paramètres

[out] phrErrorCode

HRESULT cast du code d’erreur.

Valeur retournée

Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.

Spécifications

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

Voir aussi

ITToneTerminalEvent