Expand Minimize
This topic has not yet been rated - Rate this topic

UCC_SESSION_ENTITY_STATE Enumeration

Enumerates the states of a session entity.

Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)
public enum UCC_SESSION_ENTITY_STATE
public enum UCC_SESSION_ENTITY_STATE
public enum UCC_SESSION_ENTITY_STATE
Member nameDescription
UCCSES_CONNECTEDA flag indicating that the session entity is in a connected state.
UCCSES_CONNECTINGA flag indicating that the session entity is in a state of being connected.
UCCSES_DISCONNECTEDA flag indicating that the session entity is in a disconnected state.
UCCSES_DISCONNECTINGA flag indicating that the session entity is in a state of being disconnected.
UCCSES_IDLEA flag indicating that the session entity is in an idle state.

A session entity include a participant endpoint in a transmission-based session such as an IM or AV session or a participant endpoint in a transmission-free conference session. A session entity can be in one of the states defined as the members of this enumeration type.

Win32 COM/C++ Syntax

typedef enum UCC_SESSION_ENTITY_STATE
{
   UCCSES_IDLE = 0x00000001,
   UCCSES_CONNECTING = 0x00000002,
   UCCSES_CONNECTED = 0x00000003,
   UCCSES_DISCONNECTING = 0x00000004,
   UCCSES_DISCONNECTED = 0x00000005
};

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2000 with Service Pack 4, Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.