IRTCPresenceDevice

The IRTCPresenceDevice interface provides methods to obtain information on the presence devices available for a specified buddy. A pointer to this interface is obtained from the IRTCEnumPresenceDevices::Next method. (Visual Basic developers can obtain this interface from the collection object with an IRTCCollection interface by calling IRTCBuddy2.PresenceDevices.)

Methods in RPC Opnum Order

The IRTCPresenceDevice interface defines the following methods.

Method Description
get_Status Allows an application to obtain the presence status of a specific device.
get_Notes Allows an application to obtain the notes for a specific device.
get_PresenceProperty Allows an application to obtain the presence property of a specific device. The presence data is set in the IRTCClientPresence2::put_PresenceProperty method.
GetPresenceData Allows an application to obtain the presence data of a specific device. The presence data is set in the IRTCClientPresence2::SetPresenceData method.

Requirements

Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCPresenceDevice is defined as BC6A90DD-AD9A-48da-9B0C-2515E38521AD.