IUccPresenceDeviceInstance Interface

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.

Encapsulates a presence device category instance.

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

Syntax

'Declaration
Public Interface IUccPresenceDeviceInstance
    Inherits IUnknown
public interface IUccPresenceDeviceInstance : IUnknown
public interface class IUccPresenceDeviceInstance : IUnknown
public interface IUccPresenceDeviceInstance extends IUnknown
public interface IUccPresenceDeviceInstance extends IUnknown

Remarks

A presence device category instance represents a device for rendering presence information. It includes an audio or video device as well as the one capable of displaying calendar information or sending or receiving text messages. An instance of this interface is created when an IUccCategoryInstance object of the device category name is published. This interface can thus be queried from an IUccCategoryInstance object for a device.

Win32 COM/C++ Syntax

interface IUccPresenceDeviceInstance : IUnknown

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

IUccPresenceDeviceInstance Members
Microsoft.Office.Interop.UccApi Namespace