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

UCC_CONFERENCE_ENTITY_SETTING_PROPERTY Enumeration

Enumerates the IDs of the properties describing the conference entity setting.

Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)
'Declaration
Public Enumeration UCC_CONFERENCE_ENTITY_SETTING_PROPERTY
public enum UCC_CONFERENCE_ENTITY_SETTING_PROPERTY
public enum UCC_CONFERENCE_ENTITY_SETTING_PROPERTY
Member nameDescription
UCCCESP_DATA_MCU_COLLABORATION_MODEThe ID of an optional property of the Boolean (VARIANT_BOOL) type to indicate whether the collaboration mode is enabled (TRUE or 1) for the data MCU of a conference or not (FALSE or 0). If enabled, the data MCU turns a conference into a collaborative session to allow participants to share data and applications.
UCCCESP_PRESENTATION_MODEThe ID of an optional property of the Boolean (VARIANT_BOOL) type to indicate whether the presentation mode is enabled (TRUE or 1) on an AV MCU or not (FALSE or 0).
UCCCESP_TYPEThe ID of a property of the UCC_CONFERENCE_ENTITY_TYPE type specifying the type of a conference entity.

A conference entity refers to a conference MCU or the conference focus. An application can determine the data type and the applicable class of the properties defined by this enumeration using the UCC_PROPERTY_TYPE and UCC_PROPERTY_CLASS enumerations.

Win32 COM/C++ Syntax

typedef enum UCC_CONFERENCE_ENTITY_SETTING_PROPERTY
{
   UCCCESP_TYPE = 1 | UCCPCL_CONFERENCE_ENTITY_SETTING | UCCPT_ENUMERATION,
   UCCCESP_PRESENTATION_MODE = 2 | UCCPCL_CONFERENCE_ENTITY_SETTING | UCCPT_BOOLEAN,
   UCCCESP_DATA_MCU_COLLABORATION_MODE = 3 | UCCPCL_CONFERENCE_ENTITY_SETTING | UCCPT_BOOLEAN
};

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.