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)
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)
| 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). |
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
};