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

IESFProperties::GetBoardRange

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

plMinValue

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

plMaxValue

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

Retrieves the allowed range for the board 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_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

IESFProperties::GetBoard

IESFProperties::SetBoard