IRTCClientPresence::EnumerateWatchers (Windows Embedded CE 6.0)
1/6/2010
Note
This method is unsupported in Windows Embedded CE 6.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.
Syntax
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 Value
This method can return an RTC_E_ constant.
Requirements
Header | rtccore.h, rtccore.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
IRTCClientPresence
IRTCClientPresence::Watchers
IRTCEnumWatchers
IRTCWatcher