Partager via


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

La méthode get_Error obtient le code d’erreur de l’événement.

Syntaxe

HRESULT get_Error(
  [out] HRESULT *phrErrorCode
);

Paramètres

[out] phrErrorCode

HRESULT cast du code d’erreur associé à cet événement.

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

ITFileTerminalEvent