IMsRdpCameraRedirConfigCollection::ByIndex property

Returns an IMsRdpCameraRedirConfig object by its index in the collection.

This property is read-only.

Syntax

HRESULT get_ByIndex(
    [in]            ULONG index,
    [out, retval]   IMsRdpCameraRedirConfig** ppConfig
);

Property value

The IMsRdpCameraRedirConfig object that corresponds to the specified index.

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