IRDPSRAPIInvitation::AttendeeLimit property
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( [in] long NewVal ); HRESULT get_AttendeeLimit( [out] long *pRetVal );
Property value
The new attendee limit. A value of 0 indicates that there can be an unlimited number of attendees.
Error codes
If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code. The following is a possible value.
- E_NOTIMPL
-
At attempt was made to call this method on the viewer side.
Remarks
The password is set when the invitation is created and can be modified using put_AttendeeLimit.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
Type library |
|
|
DLL |
|
See also