IMsRdpClient::GetVirtualChannelOptions method

Retrieves the options set for a virtual channel.

Syntax

HRESULT GetVirtualChannelOptions(
  [in]  BSTR ChanName,
  [out] LONG *pChanOptions
);

Parameters

ChanName [in]

The name of a virtual channel that was specified in the call to CreateVirtualChannels method.

pChanOptions [out]

The options set for the virtual channel specified by the ChanName parameter. For a description of possible options, see CHANNEL_DEF.

Return value

Return S_OK if successful.

Remarks

For more information about Remote Desktop Web Connection, see Requirements for Remote Desktop Web Connection.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Type library
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpClient is defined as 92b4a539-7115-4b7c-a5a9-e5d9efc2780a

See also

IMsRdpClient

IMsRdpClient2

IMsRdpClient3

IMsRdpClient4

IMsRdpClient5

IMsRdpClient6

IMsRdpClient7

IMsRdpClient8

IMsRdpClient9

IMsRdpClient10

CHANNEL_DEF

CreateVirtualChannels

SetVirtualChannelOptions