ITAgentSession::get_ACDGroup method (tapi3.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
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.

Requirements

Requirement Value
Target Platform Windows
Header tapi3.h (include Tapi3.h)
Library Uuid.lib
DLL Tapi3.dll

See also

ITAgentSession

lineGetAgentSessionInfo