IRDPSRAPIInvitation::get_GroupName method (rdpencomapi.h)

The group name.

This property is read-only.

Syntax

HRESULT get_GroupName(
  BSTR *pbstrVal
);

Parameters

pbstrVal

Return value

None

Remarks

The group name is set when calling the IRDPSRAPIInvitationManager::CreateInvitation method. Applications typically use this property to separate attendees into groups that can be granted different authorization levels.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Target Platform Windows
Header rdpencomapi.h
DLL RdpEncom.dll

See also

IRDPSRAPIInvitation