IRDPSRAPIWindow interface
Represents a one-to-one mapping to a sharable window. A sharable window is usually a top-level window that does not have an owner. Sharing the content of a window can be enabled or disabled by setting the Shared property on the window object to TRUE or FALSE. Applications can use this window object to display a list of windows that can be shared.
Members
The IRDPSRAPIWindow interface inherits from the IDispatch interface. IRDPSRAPIWindow also has these types of members:
Methods
The IRDPSRAPIWindow interface has these methods.
| Method | Description |
|---|---|
| Show |
Brings the current window to the foreground. |
Properties
The IRDPSRAPIWindow interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
An application object that owns the window. | |
|
Read-only |
The flags on the window. | |
|
Read-only |
The ID of the window. | |
|
Read-only |
The name of the window. | |
|
Read/write |
The shared state of the window. |
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_RDPSRAPIWindow is defined as 03cf46db-ce45-4d36-86ed-ed28b74398bf |
|
IID |
IID_IRDPSRAPIWindow is defined as beafe0f9-c77b-4933-ba9f-a24cddcc27cf |
See also