Partager via


ITAgentSession::get_State, méthode (tapi3cc.h)

La méthode get_State obtient l’état actuel de cette session.

Syntaxe

HRESULT get_State(
  [out] AGENT_SESSION_STATE *pSessionState
);

Paramètres

[out] pSessionState

Pointeur vers un AGENT_SESSION_STATE.

Valeur retournée

Cette méthode peut retourner l’une de ces valeurs.

Code de retour Description
S_OK
La méthode a réussi.
E_OUTOFMEMORY
La mémoire est insuffisante pour effectuer l’opération.
E_POINTER
Le paramètre pSessionState n’est pas un pointeur valide.

Configuration requise

   
Plateforme cible Windows
En-tête tapi3cc.h (inclure Tapi3.h)
Bibliothèque Uuid.lib
DLL Tapi3.dll

Voir aussi

AGENT_SESSION_STATE

ITAgentSession

put_State