MultiCam Boards Documentation > MultiCam Documentation > MultiCam DirectShow Reference > Reference Guide > Interfaces > IMCConfig > IMCConfig::GetBoardEnum

IMCConfig::GetBoardEnum

HRESULT GetBoardEnum(
  IMCEnumBoards **ppEnumBoards
);

ppEnumBoards

[out] Pointer to a variable that receives the address of an IMCEnumBoards interface. This interface provides access to the board enumerator.

Retrieves an interface to the board enumerator.

Return Values

Returns an HRESULT value. Possible values include the following.

Return code

Description

S_OK

No error.

E_OUTOFMEMORY

Insufficient memory.

E_POINTER

ppEnumBoards is not a valid pointer.

Note. Be sure to release the interface when you are done.

Requirements

Header

ESFilter.h

Library

ESFilter.dll

MultiCam

5.0 or later

See also

IMCConfig

IMCEnumBoards

IMCBoard