IRDPSRAPIInvitation::put_AttendeeLimit method (rdpencomapi.h)

The maximum number of attendees that can connect to the session. When this limit is reached, no additional attendees can connect to a session.

This property is read/write.

Syntax

HRESULT put_AttendeeLimit(
  long NewVal
);

Parameters

NewVal

Return value

None

Remarks

The password is set when the invitation is created and can be modified using put_AttendeeLimit.

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