Metodo ITAddress::get_CurrentForwardInfo (tapi3if.h)

Il metodo get_CurrentForwardInfo ottiene un puntatore all'oggetto informazioni di inoltro corrente.

Sintassi

HRESULT get_CurrentForwardInfo(
  [out] ITForwardInformation **ppForwardInfo
);

Parametri

[out] ppForwardInfo

Puntatore all'interfaccia ITForwardInformation .

Valore restituito

Questo metodo può restituire uno di questi valori.

Valore Significato
S_OK
Il metodo è riuscito.
E_NOTIMPL
Metodo non implementato.
E_OUTOFMEMORY
Memoria insufficiente per eseguire l'operazione.
LINEERR_INVALPOINTER
Il parametro ppForwardInfo non è un puntatore valido.

Commenti

TAPI chiama il metodo AddRef nell'interfaccia ITForwardInformation restituita da ITAddress::get_ForwardInfo. L'applicazione deve chiamare Release nell'interfaccia ITForwardInformation per liberare risorse associate.

Requisiti

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

Vedi anche

Oggetto Address

ITAddress

ITAddress::CreateForwardInfoObject

ITAddress::Forward

ITForwardInformation