IRTCBuddy

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

Note

This interface is unsupported in Windows Embedded CE 6.0.

This interface represents a Buddy object. It includes methods to obtain presence status information on the buddy. The IRTCClientPresence::AddBuddy method creates the buddy object. Basic presence functionality, such as setting and retrieving presence information, is provided by the methods on the inherited IRTCPresenceContact interface.

Methods

The following tables show the methods for this interface in vtable order. This is the order in which the compiler calls the methods. This interface inherits the methods for the IUnknown and IRTCPresenceContact interfaces.

The following table shows the IRTCPresenceContact methods.

Method Description

IRTCPresenceContact::PresentityURI

Sets or gets the present URI of the presence contact.

IRTCPresenceContact::Name

Sets or gets the displayable name of the presence contact.

IRTCPresenceContact::Data

Sets or gets the private data associated with this presence contact.

IRTCPresenceContact::Persistent

Sets or gets a value indicating if the presence contact is persistent.

The following table shows the IRTCBuddy methods.

Method Description

IRTCBuddy::Status

Gets the current presence status of the buddy.

IRTCBuddy::Notes

Gets the custom presence string of the buddy.

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