Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IRTCWatcherEvent2::get_EventType property returns the event type.
HRESULT get_EventType(RTC_WATCHER_EVENT_TYPE*pEventType);
Parameters
- pEventType
[out] Pointer to the RTC_WATCHER_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_IRTCWatcherEvent2 is defined as E52891E8-188C-49AF-B005-98ED13F83F9C.