Skip to content

Latest commit

 

History

History
120 lines (104 loc) · 2.92 KB

nf-tapi3cc-itqueue-get_averagewaittime.md

File metadata and controls

120 lines (104 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:tapi3cc.ITQueue.get_AverageWaitTime
ITQueue::get_AverageWaitTime (tapi3cc.h)
The ITQueue::get_AverageWaitTime method (tapi3cc.h) gets the average time in the queue (in seconds) for a call during the current measurement period.
ITQueue interface [TAPI 2.2]
get_AverageWaitTime method
ITQueue.get_AverageWaitTime
ITQueue::get_AverageWaitTime
_tapi3_itqueue_get_averagewaittime
get_AverageWaitTime
get_AverageWaitTime method [TAPI 2.2]
get_AverageWaitTime method [TAPI 2.2]
ITQueue interface
tapi3.itqueue_get_averagewaittime
tapi3cc/ITQueue::get_AverageWaitTime
tapi3\itqueue_get_averagewaittime.htm
tapi3
94883656-8a72-464d-9478-89f698c98db8
08/10/2022
ITQueue interface [TAPI 2.2],get_AverageWaitTime method, ITQueue.get_AverageWaitTime, ITQueue::get_AverageWaitTime, _tapi3_itqueue_get_averagewaittime, get_AverageWaitTime, get_AverageWaitTime method [TAPI 2.2], get_AverageWaitTime method [TAPI 2.2],ITQueue interface, tapi3.itqueue_get_averagewaittime, tapi3cc/ITQueue::get_AverageWaitTime
tapi3cc.h
Tapi3.h
Windows
Uuid.lib
Tapi3.dll
Windows
19H1
ITQueue::get_AverageWaitTime
tapi3cc/ITQueue::get_AverageWaitTime
c++
APIRef
kbSyntax
COM
Tapi3.dll
ITQueue.get_AverageWaitTime

ITQueue::get_AverageWaitTime

-description

The get_AverageWaitTime method gets the average time in the queue (in seconds) for a call during the current measurement period. The measurement period is switch or implementation specific. (See get_MeasurementPeriod.)

-parameters

-param plWaitTime [out]

Pointer to the average wait time.

-returns

This method can return one of these values.

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