Skip to content

Latest commit

 

History

History
140 lines (118 loc) · 3.43 KB

nf-tapi3cc-itagentsession-get_totalwrapuptime.md

File metadata and controls

140 lines (118 loc) · 3.43 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_TotalWrapUpTime
ITAgentSession::get_TotalWrapUpTime (tapi3cc.h)
The ITAgentSession::get_TotalWrapUpTime method (tapi3cc.h) gets the number of seconds spent on ACD call wrap-up (after-call work) during this agent session.
ITAgentSession interface [TAPI 2.2]
get_TotalWrapUpTime method
ITAgentSession.get_TotalWrapUpTime
ITAgentSession::get_TotalWrapUpTime
_tapi3_itagentsession_get_totalwrapuptime
get_TotalWrapUpTime
get_TotalWrapUpTime method [TAPI 2.2]
get_TotalWrapUpTime method [TAPI 2.2]
ITAgentSession interface
tapi3.itagentsession_get_totalwrapuptime
tapi3cc/ITAgentSession::get_TotalWrapUpTime
tapi3\itagentsession_get_totalwrapuptime.htm
tapi3
5b1cda40-36bd-481a-bc59-81b810ebed09
08/10/2022
ITAgentSession interface [TAPI 2.2],get_TotalWrapUpTime method, ITAgentSession.get_TotalWrapUpTime, ITAgentSession::get_TotalWrapUpTime, _tapi3_itagentsession_get_totalwrapuptime, get_TotalWrapUpTime, get_TotalWrapUpTime method [TAPI 2.2], get_TotalWrapUpTime method [TAPI 2.2],ITAgentSession interface, tapi3.itagentsession_get_totalwrapuptime, tapi3cc/ITAgentSession::get_TotalWrapUpTime
tapi3cc.h
Tapi3.h
Windows
Uuid.lib
Tapi3.dll
Windows
19H1
ITAgentSession::get_TotalWrapUpTime
tapi3cc/ITAgentSession::get_TotalWrapUpTime
c++
APIRef
kbSyntax
COM
Tapi3.dll
ITAgentSession.get_TotalWrapUpTime

ITAgentSession::get_TotalWrapUpTime

-description

The get_TotalWrapUpTime method gets the number of seconds spent on ACD call wrap-up (after-call work) during this agent session (by this agent).

-parameters

-param plWrapUpTime [out]

Pointer to total wrap-up time.

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