Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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

RdpEncomAPI.h

IDL

RdpEncomAPI.idl

Type library

RdpEncomAPI.tlb

DLL

RdpEncom.dll

See also

IRDPSRAPIInvitation

 

 

Show:
© 2017 Microsoft