MultiCam Boards Documentation > MultiCam Documentation > MultiCam DirectShow Reference > Reference Guide > Interfaces > IMCBoard > IMCBoard::SetParamFloat

IMCBoard::SetParamFloat

HRESULT SetParamFloat(
  UINT32 unParamId,
  double dValue
);

unParamId

[in] Identifier of a MultiCam board parameter.

dValue

[in] Value to set to the board parameter.

This function sets the value of a MultiCam board parameter.

If necessary, the value passed through this function is converted to the adequate type.

Return Values

Returns an HRESULT value. Possible values include the following.

Return code

Description

S_OK

No error.

E_ESF_BAD_PARAMETER

The target parameter does not exist.

E_ESF_OUT_OF_BOUND

The target element of a collection is out of the bounds.

E_ESF_INVALID_VALUE

The parameter value is not allowed.

Requirements

Header

ESFilter.h
MultiCam.h

Library

ESFilter.dll

MultiCam

5.0 or later

See also

IMCConfig

IMCEnumBoards

IMCBoard

Board Object