Skip to content

Latest commit

 

History

History
140 lines (118 loc) · 3.48 KB

nf-tapi3cc-itagentsession-get_longesttimetoanswer.md

File metadata and controls

140 lines (118 loc) · 3.48 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_LongestTimeToAnswer
ITAgentSession::get_LongestTimeToAnswer (tapi3cc.h)
The ITAgentSession::get_LongestTimeToAnswer method (tapi3cc.h) gets the longest time (in seconds) a call was waiting to be answered.
ITAgentSession interface [TAPI 2.2]
get_LongestTimeToAnswer method
ITAgentSession.get_LongestTimeToAnswer
ITAgentSession::get_LongestTimeToAnswer
_tapi3_itagentsession_get_longesttimetoanswer
get_LongestTimeToAnswer
get_LongestTimeToAnswer method [TAPI 2.2]
get_LongestTimeToAnswer method [TAPI 2.2]
ITAgentSession interface
tapi3.itagentsession_get_longesttimetoanswer
tapi3cc/ITAgentSession::get_LongestTimeToAnswer
tapi3\itagentsession_get_longesttimetoanswer.htm
tapi3
aca11b6d-7656-4162-9bf7-1b8ffaa487de
08/10/2022
ITAgentSession interface [TAPI 2.2],get_LongestTimeToAnswer method, ITAgentSession.get_LongestTimeToAnswer, ITAgentSession::get_LongestTimeToAnswer, _tapi3_itagentsession_get_longesttimetoanswer, get_LongestTimeToAnswer, get_LongestTimeToAnswer method [TAPI 2.2], get_LongestTimeToAnswer method [TAPI 2.2],ITAgentSession interface, tapi3.itagentsession_get_longesttimetoanswer, tapi3cc/ITAgentSession::get_LongestTimeToAnswer
tapi3cc.h
Tapi3.h
Windows
Uuid.lib
Tapi3.dll
Windows
19H1
ITAgentSession::get_LongestTimeToAnswer
tapi3cc/ITAgentSession::get_LongestTimeToAnswer
c++
APIRef
kbSyntax
COM
Tapi3.dll
ITAgentSession.get_LongestTimeToAnswer

ITAgentSession::get_LongestTimeToAnswer

-description

The get_LongestTimeToAnswer method gets the longest time (in seconds) a call was waiting to be answered.

-parameters

-param plAnswerTime [out]

Pointer to longest time to answer a call.

-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 plAnswerTime 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