IMsRdpCameraRedirConfigCollection::ByInstanceId property

Returns an IMsRdpCameraRedirConfig object from the collection that corresponds to the specified instance ID.

This property is read-only.

Syntax

HRESULT get_ByInstanceId(
    [in]          BSTR instanceId,
    [out, retval] IMsRdpCameraRedirConfig** ppConfig
);

Property value

The IMsRdpCameraRedirConfig object that corresponds to the specified instance ID.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1803 (build 17134)
Type library MsTscAx.dll
DLL MsTscAx.dll
IID IID_IMsRdpCameraRedirConfigCollection is defined as AE45252B-AAAB-4504-B681-649D6073A37A

See also

IMsRdpCameraRedirConfigCollection