UCC_SESSION_TYPE Enumeration

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Enumerates the types of a UCC API session.

Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)

Syntax

'Declaration
Public Enumeration UCC_SESSION_TYPE
public enum UCC_SESSION_TYPE
public enum class UCC_SESSION_TYPE
public enum UCC_SESSION_TYPE
public enum UCC_SESSION_TYPE

Members

Member name Description
UCCST_APPLICATION A flag indicating that the session is an application-sharing session.
UCCST_AUDIO_VIDEO A flag indicating that the session is an audio and video session, including computer-to-computer, computer-to-phone, and phone-to-phone calls.
UCCST_CONFERENCE A flag indicating that the session is a conference session involving a group of participants, a set of focus, and a conference center (focus).
UCCST_INSTANT_MESSAGING A flag indicating that the session is an instant messaging session.

Remarks

The UCC API requires an application to specify a session type as defined by the members of this enumeration type when a session is created by calling IUccSessionManager::CreateSession.

Win32 COM/C++ Syntax

typedef enum UCC_SESSION_TYPE
{
   UCCST_INSTANT_MESSAGING,
   UCCST_AUDIO_VIDEO,
   UCCST_CONFERENCE,
   UCCST_APPLICATION
};

Platforms

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

See Also

Reference

Microsoft.Office.Interop.UccApi Namespace