IRTCClientPresence2::Group (Windows Embedded CE 6.0)
1/6/2010
Note
This method is unsupported in Windows Embedded CE 6.0.
This method gets the buddy group that matches the specified name.
The group must be present for this method to succeed.
Syntax
HRESULT get_Group(
BSTR bstrGroupName,
IRTCBuddyGroup** ppGroup
);
Parameters
- bstrGroupName
[in] The name of the group.
ppGroup
[out] Pointer to the IRTCBuddyGroup interface.This method adds a reference to the group object, which the caller is responsible for releasing.
Return Value
This method can returns an RTC_E_ constant.
The following table shows an additional possible return value.
Value | Meaning |
---|---|
E_POINTER |
The ppGroup parameter is not a valid pointer. |
Requirements
Header | rtccore.h, rtccore.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.2 and later |
See Also
Reference
IRTCClientPresence2
IRTCBuddyGroup
IRTCClientPresence2::Groups