Metodo ITTAPIObjectEvent2::get_Phone (tapi3if.h)
Il metodo get_Phone restituisce un puntatore all'interfaccia ITPhone nell'oggetto phone che ha causato l'avvio di questo evento dell'oggetto TAPI.
Sintassi
HRESULT get_Phone(
[out] ITPhone **ppPhone
);
Parametri
[out] ppPhone
Puntatore all'interfaccia ITPhone .
Valore restituito
Se questo metodo ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .
Commenti
TAPI chiama il metodo AddRef nell'interfaccia ITPhone restituita da ITTAPIObjectEvent2::get_Phone. L'applicazione deve chiamare Release nell'interfaccia ITPhone per liberare risorse associate.
Requisiti
Requisito | Valore |
---|---|
Piattaforma di destinazione | Windows |
Intestazione | tapi3if.h (includere Tapi3.h) |
Libreria | Uuid.lib |
DLL | Tapi3.dll |