Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.77 KB

imsrdpclientnonscriptable7-cameraredirconfigcollection.md

File metadata and controls

55 lines (42 loc) · 1.77 KB
title description ms.tgt_platform keywords topic_type api_name api_location api_type ms.topic ms.date
IMsRdpClientNonScriptable7 CameraRedirConfigCollection property
Gets the collection of cameras (and the associated configurations) that are available for redirection.
multiple
CameraRedirConfigCollection property Remote Desktop Services
CameraRedirConfigCollection property Remote Desktop Services , IMsRdpClientNonScriptable7 interface
IMsRdpClientNonScriptable7 interface Remote Desktop Services , CameraRedirConfigCollection property
apiref
IMsRdpClientNonScriptable7.CameraRedirConfigCollection
IMsRdpClientNonScriptable7.get_CameraRedirConfigCollection
MsTscAx.dll
COM
reference
12/16/2020

IMsRdpClientNonScriptable7::CameraRedirConfigCollection property

Gets the collection of cameras (and the associated configurations) that are available for redirection.

This property is read-only.

Syntax

HRESULT get_CameraRedirConfigCollection(
  [out, retval] IMsRdpCameraRedirConfigCollection** ppCameraCollection
);

Property value

An IMsRdpCameraRedirConfigCollection that represents the collection of cameras (and the associated configurations) that are available for redirection.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1803 (build 17134)
Type library MsTscAx.dll
DLL MsTscAx.dll
IID IID_IMsRdpClientNonScriptable7 is defined as 71B4A60A-FE21-46D8-A39B-8E32BA0C5ECC

See also

IMsRdpClientNonScriptable7