ITAgentHandler::EnumerateACDGroups method (tapi3.h)
The EnumerateACDGroups method enumerates ACD groups currently associated with the agent handler. This method is provided for C and C++ applications. Automation client applications, such as those written in Visual Basic, must use the get_ACDGroups method. The number of groups returned is based upon replies from the ACD proxy application. Each proxy application will return a list of groups according to its own internal privilege/security decisions.
Syntax
HRESULT EnumerateACDGroups(
[out] IEnumACDGroup **ppEnumACDGroup
);
Parameters
[out] ppEnumACDGroup
Pointer to IEnumACDGroup interface.
Return value
This method can return one of these values.
Value | Meaning |
---|---|
|
Method succeeded. |
|
Insufficient memory exists to perform the operation. |
|
The ppEnumACDGroup parameter is not a valid pointer. |
|
The operation failed because the TAPI 3 DLL timed it out. The timeout interval is two minutes. |
Remarks
TAPI calls the AddRef method on the IEnumACDGroup interface returned by ITAgentHandler::EnumerateACDGroups. The application must call Release on the IEnumACDGroup 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 |