IRTCBuddyEvent2::get_EventType
The IRTCBuddyEvent2::get_EventType property returns the event type.
HRESULT get_EventType(RTC_BUDDY_EVENT_TYPE*pEventType);
Parameters
- pEventType
[out] Returns a pointer to the RTC_BUDDY_EVENT_TYPE enumeration describing the event type.
Return Values
RTC methods may return an RTC_E_ constant.
Value | Meaning |
---|---|
E_POINTER | The pEventType 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_IRTCBuddyEvent2 is defined as 484A7F1E-73F0-4990-BFC2-60BC3978A720.