UCC_PLATFORM_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 the context for a platform object.

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

Syntax

'Declaration
Public Enumeration UCC_PLATFORM_CONTEXT
public enum UCC_PLATFORM_CONTEXT
public enum class UCC_PLATFORM_CONTEXT
public enum UCC_PLATFORM_CONTEXT
public enum UCC_PLATFORM_CONTEXT

Members

Member name Description
UCCPC_DISABLE_MEDIA The ID of a property of the BOOL (Boolean) type to indicate whether media is disabled (TRUE) or not (0, false).
UCCPC_SUPPORT_HID The ID of a property of the BOOL (Boolean) type to indicate whether a human-interface descriptor is supported (TRUE) or not (FALSE).

Remarks

An application can specify additional properties when an IUccPlatform object is initialized. The collection of such properties constitutes the context of the platform 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_PLATFORM_CONTEXT
{
   UCCPC_DISABLE_MEDIA = 1 | UCCPCL_PLATFORM | UCCPT_BOOLEAN,
   UCCPC_SUPPORT_HID = 2 | UCCPCL_PLATFORM | UCCPT_BOOLEAN
};

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