UCC_CHANNEL_CONTEXT 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 API-supported extended properties as channel context.

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

Syntax

'Declaration
Public Enumeration UCC_CHANNEL_CONTEXT
public enum UCC_CHANNEL_CONTEXT
public enum class UCC_CHANNEL_CONTEXT
public enum UCC_CHANNEL_CONTEXT
public enum UCC_CHANNEL_CONTEXT

Members

Member name Description
UCCCC_VIDEO_TYPE The ID of an extended property of a LONG (integer) type to specify the video type of a media channel.

Remarks

An application can specify additional properties when a media channel object is created. The collection of such properties constitutes the context of the media channel object and is represented by an IUccContext object. This enumeration type defines such properties supported by the UCC API.

Win32 COM/C++ Syntax

typedef enum UCC_CHANNEL_CONTEXT
{
   UCCCC_VIDEO_TYPE = 1 | UCCPCL_CHANNEL | UCCPT_ENUMERATION
};

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