Skip to content

Latest commit

 

History

History
131 lines (110 loc) · 3.69 KB

nf-tapi3-itagenthandler-enumerateacdgroups.md

File metadata and controls

131 lines (110 loc) · 3.69 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:tapi3.ITAgentHandler.EnumerateACDGroups
ITAgentHandler::EnumerateACDGroups (tapi3.h)
The EnumerateACDGroups method (tapi3.h) enumerates ACD groups currently associated with the agent handler.
EnumerateACDGroups
EnumerateACDGroups method [TAPI 2.2]
EnumerateACDGroups method [TAPI 2.2]
ITAgentHandler interface
ITAgentHandler interface [TAPI 2.2]
EnumerateACDGroups method
ITAgentHandler.EnumerateACDGroups
ITAgentHandler::EnumerateACDGroups
_tapi3_itagenthandler_enumerateacdgroups
tapi3.itagenthandler_enumerateacdgroups
tapi3cc/ITAgentHandler::EnumerateACDGroups
tapi3\itagenthandler_enumerateacdgroups.htm
tapi3
a9078166-ff6a-4520-8209-e785bd6e7100
08/09/2022
EnumerateACDGroups, EnumerateACDGroups method [TAPI 2.2], EnumerateACDGroups method [TAPI 2.2],ITAgentHandler interface, ITAgentHandler interface [TAPI 2.2],EnumerateACDGroups method, ITAgentHandler.EnumerateACDGroups, ITAgentHandler::EnumerateACDGroups, _tapi3_itagenthandler_enumerateacdgroups, tapi3.itagenthandler_enumerateacdgroups, tapi3cc/ITAgentHandler::EnumerateACDGroups
tapi3.h
Tapi3.h
Windows
Uuid.lib
Tapi3.dll
Windows
19H1
ITAgentHandler::EnumerateACDGroups
tapi3/ITAgentHandler::EnumerateACDGroups
c++
APIRef
kbSyntax
COM
Tapi3.dll
ITAgentHandler.EnumerateACDGroups

ITAgentHandler::EnumerateACDGroups

-description

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.

-parameters

-param ppEnumACDGroup [out]

Pointer to IEnumACDGroup 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 ppEnumACDGroup parameter is not a valid pointer.
TAPI_E_TIMEOUT
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.

-see-also

IEnumACDGroup

ITAgentHandler