Share via


IRTCClientPresence::RemoveWatcher (Windows CE 5.0)

Send Feedback

This method removes a watcher from the watcher list.

HRESULT RemoveWatcher(IRTCWatcher* pWatcher);

Parameters

  • pWatcher
    [in] Pointer to an IRTCWatcher interface for the watcher to remove.

Return Values

This method can return an RTC_E_ constant.

Remarks

Security Note   This method can send data over the network in unencrypted form. Therefore, someone eavesdropping on the network could read the data. Before using this method in an unencrypted session, consider the security risk of sending the data in clear text. An RTC session can be encrypted by specifying TLS in the profile used for the session.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.

See Also

IRTCClientPresence | IRTCClientPresence::AddWatcher | IRTCWatcher

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.