IRTCPresenceDevice::PresenceProperty (Windows CE 5.0)
This method gets the presence property of this device from the presence document. The presence property is set using IRTCClientPresence2::PresenceProperty.
HRESULT get_PresenceProperty(RTC_PRESENCE_PROPERTY enProperty,BSTR* pbstrProperty);
Parameters
- enProperty
[in] Pointer to an RTC_PRESENCE_PROPERTY enumeration value specifying the type of presence property. - pbstrProperty
[out] Pointer to a BSTR that will be filled with the presence property, or an empty string if there is no entry. The method is responsible for allocating the buffer. The application is responsible for releasing this memory with SysFreeString.
Return Values
This method can return an RTC_E_ constant.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.
See Also
IRTCPresenceDevice | IRTCClientPresence2::PresenceProperty | RTC_PRESENCE_PROPERTY | SysFreeString
Send Feedback on this topic to the authors