Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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 |
|
| DLL |
|
| IID |
IID_IMsRdpClient is defined as 92b4a539-7115-4b7c-a5a9-e5d9efc2780a |