Partager via


ITTTSTerminalEvent ::get_Error, méthode (tapi3if.h)

La méthode get_Error obtient une cast HRESULT du code d’erreur impliqué dans l’événement de terminal.

Syntaxe

HRESULT get_Error(
  [out] HRESULT *phrErrorCode
);

Paramètres

[out] phrErrorCode

Pointeur vers la cast HRESULT 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

ITTTSTerminalEvent