UCC_PRESENCE_DEVICE_CAPABILITIES 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 capabilities of a presence device.

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

Syntax

'Declaration
Public Enumeration UCC_PRESENCE_DEVICE_CAPABILITIES
public enum UCC_PRESENCE_DEVICE_CAPABILITIES
public enum class UCC_PRESENCE_DEVICE_CAPABILITIES
public enum UCC_PRESENCE_DEVICE_CAPABILITIES
public enum UCC_PRESENCE_DEVICE_CAPABILITIES

Members

Member name Description
UCCDP_CAN_CAPTURE A flag to indicate that the presence device can capture presence information in a given format.
UCCDP_CAN_RENDER A flag to indicate that the presence device can display presence information in a given format. For example, a computer with a video card, but without a camera, has its capabilities described by this flag.
UCCDP_NONE A flag to indicate that the presence device has any capability to send or display the presence information in a given format. For example, a computer without a sound card can neither send or receive audio and its capabilities are described by this flag.

Remarks

A presence device is a device that a user uses to sign into a server. A desktop or laptop computer can be a presence device. A mobile phone can be another. The device capabilities are defined by applications, but generally refer to such things as audio, video, and text (for IM).

Win32 COM/C++ Syntax

typedef enum UCC_PRESENCE_DEVICE_CAPABILITIES
{
   UCCDP_NONE = 0,
   UCCDP_CAN_RENDER = 0x00000001,
   UCCDP_CAN_CAPTURE = 0x00000002
};

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