IRTCRoamingEvent::get_EventType
The get_EventType property returns the event type. This specifies whether this event concerns buddy, watcher, presence, or profile roaming sessions.
HRESULT get_EventType(RTC_ROAMING_EVENT_TYPE*pEventType);
Parameters
- pEventType
[out] Returns a pointer to the RTC_ROAMING_EVENT_TYPE enumeration.
Return Values
RTC methods may return an RTC_E_ constant.
Value | Meaning |
---|---|
E_POINTER | The pEventType parameter is not a valid pointer. |
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_IRTCRoamingEvent is defined as 79960a6b-0cb1-4dc8-a805-7318e99902e8.