IMsRdpClientNonScriptable8 interface

Provides access to the nonscriptable properties of a client's remote session on the Remote Desktop ActiveX control. Derives from the IMsRdpClientNonScriptable7 interface. Methods of this interface can only be accessed through the vtable; they are not available for use to scriptable clients.

An instance of this interface is obtained by calling QueryInterface on the IMsTscAx object, passing IID_IMsRdpClientNonScriptable8.

Members

The IMsRdpClientNonScriptable8 interface inherits from IMsRdpClientNonScriptable6. IMsRdpClientNonScriptable8 also has these types of members:

Methods

The IMsRdpClientNonScriptable8 interface has these methods.

Method Description
StartWorkspaceExtension Coordinates the client's remote session with the RemoteApp and Desktop Connections control panel.

Properties

The IMsRdpClientNonScriptable8 interface has these properties.

Property Access type Description
CorrelationId Read-only Gets a GUID uniquely identifying the client's remote session.
SupportsWorkspaceReconnect Write-only Informs the Remote Desktop ActiveX control that the client's remote session is part of a connection in the RemoteApp and Desktop Connections control panel that supports reconnect.

Requirements

Requirement Value
Minimum supported client Windows 11 Version 23H2
Type library MsTscAx.dll
DLL MsTscAx.dll
IID IID_IMsRdpClientNonScriptable8 is defined as B2B3FA47-3F11-4148-AD24-DFF8684A16D0

See also

IMsRdpClientNonScriptable6