IRTCBuddy2::EnumerateGroups (Windows Embedded CE 6.0)
1/6/2010
Note
This method is unsupported in Windows Embedded CE 6.0.
This method gets an enumerated list of the groups to which this buddy belongs. This method is intended for C and C++ applications.
Syntax
HRESULT EnumerateGroups(
IRTCEnumGroups** ppEnum
);
Parameters
- ppEnum
[out] Pointer to an IRTCEnumGroups interface on an enumeration object containing an IRTCBuddyGroup pointer for each group to which this buddy belongs. 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. The following table shows additional possible return values.
Value | Meaning |
---|---|
E_FAIL |
The local group list was not created, or the ppCollection parameter is not a valid pointer. |
E_OUTOFMEMORY |
Insufficient memory to perform this operation. |
Requirements
Header | rtccore.h, rtccore.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.2 and later |