Skip to content

Latest commit

 

History

History
134 lines (112 loc) · 3.28 KB

nf-tapi3cc-itagentsession-get_acdgroup.md

File metadata and controls

134 lines (112 loc) · 3.28 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_ACDGroup
ITAgentSession::get_ACDGroup (tapi3cc.h)
The ITAgentSession::get_ACDGroup method (tapi3cc.h) gets the ACD group associated with this session.
ITAgentSession interface [TAPI 2.2]
get_ACDGroup method
ITAgentSession.get_ACDGroup
ITAgentSession::get_ACDGroup
_tapi3_itagentsession_get_acdgroup
get_ACDGroup
get_ACDGroup method [TAPI 2.2]
get_ACDGroup method [TAPI 2.2]
ITAgentSession interface
tapi3.itagentsession_get_acdgroup
tapi3cc/ITAgentSession::get_ACDGroup
tapi3\itagentsession_get_acdgroup.htm
tapi3
ec80092d-ceff-432c-ba0a-695718b890af
08/10/2022
ITAgentSession interface [TAPI 2.2],get_ACDGroup method, ITAgentSession.get_ACDGroup, ITAgentSession::get_ACDGroup, _tapi3_itagentsession_get_acdgroup, get_ACDGroup, get_ACDGroup method [TAPI 2.2], get_ACDGroup method [TAPI 2.2],ITAgentSession interface, tapi3.itagentsession_get_acdgroup, tapi3cc/ITAgentSession::get_ACDGroup
tapi3cc.h
Tapi3.h
Windows
Uuid.lib
Tapi3.dll
Windows
19H1
ITAgentSession::get_ACDGroup
tapi3cc/ITAgentSession::get_ACDGroup
c++
APIRef
kbSyntax
COM
Tapi3.dll
ITAgentSession.get_ACDGroup

ITAgentSession::get_ACDGroup

-description

The get_ACDGroup method gets the ACD group associated with this session.

-parameters

-param ppACDGroup [out]

Pointer to ITACDGroup interface.

-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 ppACDGroup parameter is not a valid pointer.
LINEERR_
See lineGetAgentSessionInfo for error codes returned from this TAPI 2.1 function.

-remarks

This method wraps the TAPI 2.1 lineGetAgentSessionInfo function.

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

-see-also

ITAgentSession

lineGetAgentSessionInfo