IRTCClientPresence::EnumerateWatchers (Windows CE 5.0)
This method retrieves an enumeration of the allowed and blocked watchers available on this client.
If there are no watchers on the client, an empty enumeration is retrieved.
This method is for C and C++ applications.
HRESULT EnumerateWatchers(IRTCEnumWatchers** ppEnum);
Parameters
ppEnum
[out] Pointer to the IRTCEnumWatchers interface on an enumeration object containing an IRTCWatcher pointer for each watcher on this client.This method adds a reference to the enumeration object, which the caller is responsible for releasing.
Return Values
This method can return an RTC_E_ constant.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.
See Also
IRTCClientPresence | IRTCClientPresence::Watchers | IRTCEnumWatchers | IRTCWatcher
Send Feedback on this topic to the authors