IRTCPresencePropertyEvent::get_PresenceProperty
The get_PresenceProperty property returns the presence property.
HRESULT get_PresenceProperty(RTC_PRESENCE_PROPERTY*penPresProp);
Parameters
- penPresProp
[out] Pointer to an RTC_PRESENCE_PROPERTY enumeration containing the presence property.
Return Values
RTC methods may return an RTC_E_ constant.
Value | Meaning |
---|---|
E_POINTER | The penPresProp parameter is not a valid pointer. |
RTC_E_PLATFORM_NOT_SUPPORTED | The platform must be Windows 2000 or above. |
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_IRTCPresencePropertyEvent is defined as F777F570-A820-49d5-86BD-E099493F1518.