IWTSProtocolConnection::CreateVirtualChannel 方法 (wtsprotocol.h)
[IWTSProtocolConnection::CreateVirtualChannel 已不再可供 Windows Server 2012 使用。 請改用 IWRdsProtocolConnection::CreateVirtualChannel。]
建立靜態或動態虛擬通道。
語法
HRESULT CreateVirtualChannel(
[in] CHAR *szEndpointName,
[in] BOOL bStatic,
[in] ULONG RequestedPriority,
[out] ULONG_PTR *phChannel
);
參數
[in] szEndpointName
字串值,包含可唯一識別連接的端點資料。
[in] bStatic
布林值,指定虛擬通道是否為靜態或動態。 TRUE的值會指定靜態通道。
[in] RequestedPriority
包含優先權的整數。
[out] phChannel
通道控制碼的指標。
傳回值
無
備註
虛擬通道是可建立以增強遠端桌面服務應用程式的軟體延伸模組。 範例包括支援其他硬體或指定通訊協定所提供的功能新增專案。 如需詳細資訊,請參閱 遠端桌面服務虛擬通道。
規格需求
最低支援的用戶端 | 都不支援 |
最低支援的伺服器 | Windows Server 2008 R2 |
目標平台 | Windows |
標頭 | wtsprotocol.h |