Skip to content

Latest commit

 

History

History
120 lines (100 loc) · 2.95 KB

nf-tapi3cc-itagentsession-get_address.md

File metadata and controls

120 lines (100 loc) · 2.95 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:tapi3cc.ITAgentSession.get_Address
ITAgentSession::get_Address (tapi3cc.h)
The ITAgentSession::get_Address method (tapi3cc.h) gets a pointer to the ITAddress interface associated with this session.
ITAgentSession interface [TAPI 2.2]
get_Address method
ITAgentSession.get_Address
ITAgentSession::get_Address
_tapi3_itagentsession_get_address
get_Address
get_Address method [TAPI 2.2]
get_Address method [TAPI 2.2]
ITAgentSession interface
tapi3.itagentsession_get_address
tapi3cc/ITAgentSession::get_Address
tapi3\itagentsession_get_address.htm
tapi3
addd088d-5bca-4865-8cae-3c013554dafd
08/10/2022
ITAgentSession interface [TAPI 2.2],get_Address method, ITAgentSession.get_Address, ITAgentSession::get_Address, _tapi3_itagentsession_get_address, get_Address, get_Address method [TAPI 2.2], get_Address method [TAPI 2.2],ITAgentSession interface, tapi3.itagentsession_get_address, tapi3cc/ITAgentSession::get_Address
tapi3cc.h
Tapi3.h
Windows
Uuid.lib
Tapi3.dll
Windows
19H1
ITAgentSession::get_Address
tapi3cc/ITAgentSession::get_Address
c++
APIRef
kbSyntax
COM
Tapi3.dll
ITAgentSession.get_Address

ITAgentSession::get_Address

-description

The get_Address method gets a pointer to the ITAddress interface associated with this session.

-parameters

-param ppAddress [out]

Pointer for ITAddress.

-returns

This method can return one of these values.

Value Meaning
S_OK
Method succeeded.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.
E_POINTER
The ppAddress parameter is not a valid pointer.

-remarks

TAPI calls the AddRef method on the ITAddress interface returned by ITAgentSession::get_Address. The application must call Release on the ITAddress interface to free resources associated with it.

-see-also

ITAddress

ITAgentSession