Share via


IRTCWatcherEvent::get_Watcher

The get_Watcher property returns the Watcher object.

HRESULT get_Watcher(IRTCWatcher**ppWatcher);

Parameters

  • ppWatcher
    [out] Pointer to an IRTCWatcher interface. This call adds a reference to the Watcher object, which the caller is responsible for releasing.

Return Values

RTC methods may return an RTC_E_ constant.

Requirements

Client: Requires Windows XP.
Server: Requires Windows Server 2003.
Redistributable: Requires Rtcdll.dll on Windows 2000, and Windows Me/98.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCWatcherEvent is defined as f30d7261-587a-424f-822c-312788f43548.

See Also

IRTCWatcherEvent, IRTCWatcher