Share via


IRTCPresenceDevice::get_PresenceProperty

The get_PresenceProperty method returns the presence property of the device from the presence document. The type of presence property retrieved is specified in the RTC_PRESENCE_PROPERTY enumeration. The presence data is set in the IRTCClientPresence2::put_PresenceProperty method.

HRESULT get_PresenceProperty(RTC_PRESENCE_PROPERTYenProperty,
BSTR*pbstrProperty);

Parameters

  • enProperty
    [in] RTC_PRESENCE_PROPERTY enumeration containing the type of presence property returned.

Return Values

Pointer to a BSTR containing the presence property.

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.

See Also

IRTCPresenceDevice, IRTCEnumPresenceDevices, Retrieve Presence Information