IMsRdpClientShell2::MsRdpWorkspace property

Retrieves a pointer to the IMsRdpWorkspace interface, which is used to manage RemoteApp and Desktop Connection credentials and connections.

This property is read-only.

Syntax

HRESULT get_MsRdpWorkspace(
  [out, retval] IMsRdpWorkspace **pVal
);

Property value

The address of a pointer to the IMsRdpWorkspace interface.

Remarks

The IMsRdpWorkspace interface is not exposed as a custom interface. It is accessible through IDispatch methods only.

Requirements

Requirement Value
Minimum supported client
Windows 7
Minimum supported server
Windows Server 2008 R2
DLL
MsRdpWebAccess.dll

See also

IMsRdpClientShell2