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