Skip to content

Latest commit

 

History

History
140 lines (118 loc) · 3.3 KB

nf-tapi3cc-itagentsession-get_numberofcalls.md

File metadata and controls

140 lines (118 loc) · 3.3 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:tapi3cc.ITAgentSession.get_NumberOfCalls
ITAgentSession::get_NumberOfCalls (tapi3cc.h)
The ITAgentSession::get_NumberOfCalls method (tapi3cc.h) gets the number of ACD calls handled by this agent during this session.
ITAgentSession interface [TAPI 2.2]
get_NumberOfCalls method
ITAgentSession.get_NumberOfCalls
ITAgentSession::get_NumberOfCalls
_tapi3_itagentsession_get_numberofcalls
get_NumberOfCalls
get_NumberOfCalls method [TAPI 2.2]
get_NumberOfCalls method [TAPI 2.2]
ITAgentSession interface
tapi3.itagentsession_get_numberofcalls
tapi3cc/ITAgentSession::get_NumberOfCalls
tapi3\itagentsession_get_numberofcalls.htm
tapi3
8a3f00fc-9da2-4dc9-ab9a-ebc92664e907
08/10/2022
ITAgentSession interface [TAPI 2.2],get_NumberOfCalls method, ITAgentSession.get_NumberOfCalls, ITAgentSession::get_NumberOfCalls, _tapi3_itagentsession_get_numberofcalls, get_NumberOfCalls, get_NumberOfCalls method [TAPI 2.2], get_NumberOfCalls method [TAPI 2.2],ITAgentSession interface, tapi3.itagentsession_get_numberofcalls, tapi3cc/ITAgentSession::get_NumberOfCalls
tapi3cc.h
Tapi3.h
Windows
Uuid.lib
Tapi3.dll
Windows
19H1
ITAgentSession::get_NumberOfCalls
tapi3cc/ITAgentSession::get_NumberOfCalls
c++
APIRef
kbSyntax
COM
Tapi3.dll
ITAgentSession.get_NumberOfCalls

ITAgentSession::get_NumberOfCalls

-description

The get_NumberOfCalls method gets the number of ACD calls handled by this agent during this session.

-parameters

-param plCalls [out]

Pointer to total number of calls.

-returns

This method can return one of these values.

Return code Description
S_OK
Method succeeded.
E_OUTOFMEMORY
Insufficient memory exists to perform the operation.
E_POINTER
The plCalls parameter is not a valid pointer.
LINEERR_
See lineGetAgentSessionInfo for error codes returned from this TAPI 2.1 function.
TAPI_E_TIMEOUT
The operation failed because the TAPI 3 DLL timed it out. The timeout interval is two minutes.

-remarks

This method wraps the TAPI 2.1 lineGetAgentSessionInfo function.

-see-also

ITAgentSession

lineGetAgentSessionInfo