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

UCC_PLATFORM_CONTEXT Enumeration

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)
public enum class UCC_PLATFORM_CONTEXT
public enum UCC_PLATFORM_CONTEXT
public enum UCC_PLATFORM_CONTEXT
Member nameDescription
UCCPC_DISABLE_MEDIAThe ID of a property of the BOOL (Boolean) type to indicate whether media is disabled (TRUE) or not (0, false).
UCCPC_SUPPORT_HIDThe ID of a property of the BOOL (Boolean) type to indicate whether a human-interface descriptor is supported (TRUE) or not (FALSE).

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
};

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.