IRTCPresenceContact:IUnknown (Windows CE 5.0)

Send Feedback

This interface represents a presence contact. It provides mechanisms for setting and retrieving names, SIP URIs, and private data, as well as for setting the persistent presence storage location. IRTCBuddy and IRTCWatcher both inherit from IRTCPresenceContact.

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
PresentityURI Sets or gets the presentity URI of the presence contact.
Name Sets or gets the displayable name of the presence contact.
Data Sets or gets the private data associated with this presence contact.
Persistent Sets or gets a value indicating if the presence contact is persistent.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Rtcdll.dll.

See Also

RTC Client API Interfaces | IRTCBuddy | IRTCWatcher | IUnknown

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.