IRDPSRAPIViewer interface
The ActiveX interface that is used on the viewer side. The IRDPSRAPIViewer interface is equivalent to the IRDPSRAPISharingSession interface on the sharer side.
This interface can be used to connect or disconnect viewers and to get or set various properties on the viewer ActiveX control.
Members
The IRDPSRAPIViewer interface inherits from the IDispatch interface. IRDPSRAPIViewer also has these types of members:
Methods
The IRDPSRAPIViewer interface has these methods.
| Method | Description |
|---|---|
| Connect |
Initiates a connection from the viewer to the sharer. |
| Disconnect |
Initiates a disconnect of the viewer. |
| RequestColorDepthChange |
Requests a change of color depth on the sharer Winlogon session. |
| RequestControl |
Requests a control level change. |
| StartReverseConnectListener |
Initiates a reverse connection listener for listening connections from the sharer. |
Properties
The IRDPSRAPIViewer interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
An application filter object. | |
|
Read-only |
An attendee list object. | |
|
Read/write |
The text that will be displayed in the control in disconnected mode. | |
|
Read-only |
An invitation list object. | |
|
Read-only |
A property list object. | |
|
Read/write |
The smart sizing property of the ActiveX control. | |
|
Read-only |
A virtual channel manager object. |
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 |
|
|
CLSID |
CLSID_RDPViewer is defined as 32be5ed2-5c86-480f-a914-0ff8885a1b3f |
|
IID |
IID_IRDPSRAPIViewer is defined as c6bfcd38-8ce9-404d-8ae8-f31d00c65cb5 |
See also