IRDPSRAPIAttendee::ControlLevel property
The level of control the attendee has over the session.
This property is read/write.
Syntax
HRESULT put_ControlLevel(
[in] CTRL_LEVEL pNewVal
);
HRESULT get_ControlLevel(
[out] CTRL_LEVEL *pVal
);
Property value
The new control level. For possible values, see the CTRL_LEVEL enumeration.
Error codes
If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code. The following are possible values.
- E_NOTIMPL
-
At attempt was made to set the control level on the viewer side.
- E_UNEXPECTED
-
An attempt was made to set the control level when the client corresponding to the attendee object was disconnected.
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