Skip to content

Latest commit

 

History

History
120 lines (104 loc) · 3.03 KB

nf-tapi3-itqueue-get_totalcallsflowedin.md

File metadata and controls

120 lines (104 loc) · 3.03 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.ITQueue.get_TotalCallsFlowedIn
ITQueue::get_TotalCallsFlowedIn (tapi3.h)
The ITQueue::get_TotalCallsFlowedIn (tapi3.h) method gets the total number of calls that flowed into this queue during the current measurement period.
ITQueue interface [TAPI 2.2]
get_TotalCallsFlowedIn method
ITQueue.get_TotalCallsFlowedIn
ITQueue::get_TotalCallsFlowedIn
_tapi3_itqueue_get_totalcallsflowedin
get_TotalCallsFlowedIn
get_TotalCallsFlowedIn method [TAPI 2.2]
get_TotalCallsFlowedIn method [TAPI 2.2]
ITQueue interface
tapi3.itqueue_get_totalcallsflowedin
tapi3cc/ITQueue::get_TotalCallsFlowedIn
tapi3\itqueue_get_totalcallsflowedin.htm
tapi3
5c351937-0f26-478a-a475-37bb67aa61b9
08/10/2022
ITQueue interface [TAPI 2.2],get_TotalCallsFlowedIn method, ITQueue.get_TotalCallsFlowedIn, ITQueue::get_TotalCallsFlowedIn, _tapi3_itqueue_get_totalcallsflowedin, get_TotalCallsFlowedIn, get_TotalCallsFlowedIn method [TAPI 2.2], get_TotalCallsFlowedIn method [TAPI 2.2],ITQueue interface, tapi3.itqueue_get_totalcallsflowedin, tapi3cc/ITQueue::get_TotalCallsFlowedIn
tapi3.h
Tapi3.h
Windows
Uuid.lib
Tapi3.dll
Windows
19H1
ITQueue::get_TotalCallsFlowedIn
tapi3/ITQueue::get_TotalCallsFlowedIn
c++
APIRef
kbSyntax
COM
Tapi3.dll
ITQueue.get_TotalCallsFlowedIn

ITQueue::get_TotalCallsFlowedIn

-description

The get_TotalCallsFlowedIn method gets the total number of calls that flowed into this queue (passed down from another queue or ACD group) during the current measurement period. The measurement period is switch or implementation specific. (See get_MeasurementPeriod.)

-parameters

-param plCalls [out]

Pointer to the number of calls.

-returns

This method can return one of these values.

Return code Description
S_OK
Method succeeded.
E_POINTER
The plCalls 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

ITQueue