IWRdsProtocolConnection::GetLicenseConnection 方法 (wtsprotocol.h)
检索用于开始客户端许可过程的 IWRdsProtocolLicenseConnection 对象。 协议必须在返回之前添加对此对象的引用。 远程桌面服务完成许可过程后,它将释放引用。
语法
HRESULT GetLicenseConnection(
[out] IWRdsProtocolLicenseConnection **ppLicenseConnection
);
参数
[out] ppLicenseConnection
指向接收许可证连接对象的 IWRdsProtocolLicenseConnection 接口的指针的地址。
返回值
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。 收到错误后,远程桌面服务服务将断开连接。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | 无受支持的版本 |
最低受支持的服务器 | Windows Server 2012 |
目标平台 | Windows |
标头 | wtsprotocol.h |