IMsRdpClient::ColorDepth 属性

控件连接的颜色深度 (每像素) 位。

此属性是可读写的。

语法

HRESULT put_ColorDepth(
  [in]  LONG colorDepth
);

HRESULT get_ColorDepth(
  [out] LONG pcolorDepth
);

属性值

颜色深度。 值包括 8、15、16、24 和 32 位/像素。

错误代码

如果方法成功,则返回 S_OK 。 任何其他 HRESULT 值都指示调用失败。

注解

当控件连接时,无法设置此属性。

有关远程桌面 Web 连接的详细信息,请参阅 远程桌面 Web 连接的要求

要求

要求
最低受支持的客户端
Windows Vista
最低受支持的服务器
Windows Server 2008
类型库
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpClient定义为 92b4a539-7115-4b7c-a5a9-e5d9efc2780a

另请参阅

IMsRdpClient

IMsRdpClient2

IMsRdpClient3

IMsRdpClient4

IMsRdpClient5

IMsRdpClient6

IMsRdpClient7

IMsRdpClient8

IMsRdpClient9

IMsRdpClient10