IRTCPresenceDevice

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

Note

This method is unsupported in Windows Embedded CE 6.0.

This interface retrieves information about a presence device available for a buddy.

Methods

The following table shows the methods for this interface in vtable order. This is the order in which the compiler calls the methods. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.

Method Description

IRTCPresenceDevice::Status

Gets the presence status of this device.

IRTCPresenceDevice::Notes

Gets the notes for this device.

IRTCPresenceDevice::PresenceProperty

Gets the presence property of this device from the presence document.

IRTCPresenceDevice::GetPresenceData

Retrieves the presence data for this device.

Obtaining a Pointer

A C or C++ application can obtain a pointer to this interface from the IRTCEnumPresenceDevices::Next method.

Requirements

Header rtccore.h, rtccore.idl
Library uuid.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

RTC Client API Interfaces