MultiCam Boards Documentation > MultiCam Documentation > MultiCam DirectShow Reference > Reference Guide > Interfaces > IESFProperties > IESFProperties::GetConnectorRange

IESFProperties::GetConnectorRange

HRESULT GetConnectorRange(
  long *plMinValue,
  long *plMaxValue
);

plMinValue

[out] Pointer to a variable that receives the minimum value of the connector index.

plMaxValue

[out] Pointer to a variable that receives the maximum value of the connector index.

Retrieves the allowed range for the video connector index setting.

Return Values

Returns an HRESULT value. Possible values include the following.

Return code

Description

S_OK

No error.

E_POINTER

plMinValue or plMaxValue is not a valid pointer.

E_FAIL

The operation failed.

E_PROP_ID_UNSUPPORTED

This method is not supported by the pins of the  Euresys source filter.

Requirements

Header

ESFilter.h

Library

ESFilter.dll

MultiCam

5.0 or later

See also

Source Selection

Hardware Reference

IESFProperties::GetConnector

IESFProperties::SetConnector