Skip to content

Latest commit

 

History

History
122 lines (105 loc) · 2.92 KB

nf-tapi3-itagent-get_numberofacdcalls.md

File metadata and controls

122 lines (105 loc) · 2.92 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.ITAgent.get_NumberOfACDCalls
ITAgent::get_NumberOfACDCalls (tapi3.h)
The get_NumberOfACDCalls method (tapi3.h) gets the number of ACD calls handled by this agent across all sessions.
ITAgent interface [TAPI 2.2]
get_NumberOfACDCalls method
ITAgent.get_NumberOfACDCalls
ITAgent::get_NumberOfACDCalls
_tapi3_itagent_get_numberofacdcalls
get_NumberOfACDCalls
get_NumberOfACDCalls method [TAPI 2.2]
get_NumberOfACDCalls method [TAPI 2.2]
ITAgent interface
tapi3.itagent_get_numberofacdcalls
tapi3cc/ITAgent::get_NumberOfACDCalls
tapi3\itagent_get_numberofacdcalls.htm
tapi3
bef36468-8ee9-4ce2-bf8d-e2bd8c986ae3
08/09/2022
ITAgent interface [TAPI 2.2],get_NumberOfACDCalls method, ITAgent.get_NumberOfACDCalls, ITAgent::get_NumberOfACDCalls, _tapi3_itagent_get_numberofacdcalls, get_NumberOfACDCalls, get_NumberOfACDCalls method [TAPI 2.2], get_NumberOfACDCalls method [TAPI 2.2],ITAgent interface, tapi3.itagent_get_numberofacdcalls, tapi3cc/ITAgent::get_NumberOfACDCalls
tapi3.h
Tapi3.h
Windows
Uuid.lib
Tapi3.dll
Windows
19H1
ITAgent::get_NumberOfACDCalls
tapi3/ITAgent::get_NumberOfACDCalls
c++
APIRef
kbSyntax
COM
Tapi3.dll
ITAgent.get_NumberOfACDCalls

ITAgent::get_NumberOfACDCalls

-description

The get_NumberOfACDCalls method gets the number of ACD calls handled by this agent across all sessions.

The measurement period over which this information is calculated is switch- and/or implementation-specific. (See get_MeasurementPeriod.)

-parameters

-param plCalls [out]

Total number of calls.

-returns

This method can return one of these values.

Return code Description
S_OK
Method succeeded.
E_POINTER
The plCalls parameter is not a valid pointer.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.
TAPI_E_TIMEOUT
The operation failed because the TAPI 3 DLL timed it out. The timeout interval is two minutes.

-see-also

ITAgent