Skip to content

Latest commit

 

History

History
117 lines (96 loc) · 2.6 KB

nf-tapi3-itagentsession-get_state.md

File metadata and controls

117 lines (96 loc) · 2.6 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.ITAgentSession.get_State
ITAgentSession::get_State (tapi3.h)
The ITAgentSession::get_State (tapi3.h) method gets the current state of this session.
ITAgentSession interface [TAPI 2.2]
get_State method
ITAgentSession.get_State
ITAgentSession::get_State
_tapi3_itagentsession_get_state
get_State
get_State method [TAPI 2.2]
get_State method [TAPI 2.2]
ITAgentSession interface
tapi3.itagentsession_get_state
tapi3cc/ITAgentSession::get_State
tapi3\itagentsession_get_state.htm
tapi3
85a389ee-2d6c-4607-873a-8ca0c16a0fac
08/09/2022
ITAgentSession interface [TAPI 2.2],get_State method, ITAgentSession.get_State, ITAgentSession::get_State, _tapi3_itagentsession_get_state, get_State, get_State method [TAPI 2.2], get_State method [TAPI 2.2],ITAgentSession interface, tapi3.itagentsession_get_state, tapi3cc/ITAgentSession::get_State
tapi3.h
Tapi3.h
Windows
Uuid.lib
Tapi3.dll
Windows
19H1
ITAgentSession::get_State
tapi3/ITAgentSession::get_State
c++
APIRef
kbSyntax
COM
Tapi3.dll
ITAgentSession.get_State

ITAgentSession::get_State

-description

The get_State method gets the current state of this session.

-parameters

-param pSessionState [out]

Pointer to an AGENT_SESSION_STATE.

-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 pSessionState parameter is not a valid pointer.

-see-also

AGENT_SESSION_STATE

ITAgentSession

put_State