Metodo ITTTSTerminalEvent::get_Error (tapi3if.h)

Il metodo get_Error ottiene un cast HRESULT del codice di errore coinvolto nell'evento terminale.

Sintassi

HRESULT get_Error(
  [out] HRESULT *phrErrorCode
);

Parametri

[out] phrErrorCode

Puntatore al cast HRESULT del codice di errore.

Valore restituito

Se questo metodo ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .

Requisiti

Requisito Valore
Piattaforma di destinazione Windows
Intestazione tapi3if.h (includere Tapi3.h)
Libreria Uuid.lib
DLL Tapi3.dll

Vedi anche

ITTTSTerminalEvent