IMsRdpDeviceCollection::D eviceByIndex 属性

检索指定索引处的设备。

此属性为只读。

语法

HRESULT get_DeviceByIndex(
  [in]          ULONG index,
  [out, retval] IMsRdpDevice **ppDevice
);

属性值

IMsRdpDevice 接口指针。

错误代码

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

要求

要求
最低受支持的客户端
Windows Vista
最低受支持的服务器
Windows Server 2008
类型库
MsTscAx.dll
DLL
MsTscAx.dll
IID
IID_IMsRdpDeviceCollection定义为 56540617-d281-488c-8738-6a8fdf64a118

另请参阅

IMsRdpDeviceCollection