ITAgentSession::get_ACDGroup method (tapi3cc.h)
The get_ACDGroup method gets the ACD group associated with this session.
Syntax
HRESULT get_ACDGroup(
[out] ITACDGroup **ppACDGroup
);
Parameters
[out] ppACDGroup
Pointer to ITACDGroup interface.
Return value
This method can return one of these values.
Value | Meaning |
---|---|
|
Method succeeded. |
|
Insufficient memory exists to perform the operation. |
|
The ppACDGroup parameter is not a valid pointer. |
|
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.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3cc.h (include Tapi3.h) |
Library | Uuid.lib |
DLL | Tapi3.dll |