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

IESFProperties::GetBoard

HRESULT GetBoard(
  long *plBoardId
);

plBoardId

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

Retrieves the selected board.

It is the index of the video capture device used by this instance of the Euresys source filter.

Return Values

Returns an HRESULT value. Possible values include the following.

Return code

Description

S_OK

No error.

E_POINTER

plBoardId 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::SetBoard

IESFProperties::GetBoardRange