MultiCam Boards Documentation > MultiCam Documentation > MultiCam C Reference > Functions > Parameters Management > McSetParamInt64

McSetParamInt64

Assigns an integer variable to a MultiCam parameter. The parameter is referred to by-identifier, and is preferably of the integer or enumerated type.

[C]

MCSTATUS McSetParamInt64(
  MCHANDLE Instance,
  MCPARAMID Param,
  INT64 ValueInt64
);

Parameters

Instance

Handle of the instance of the parameter to configure.

Param

Identifier of the parameter to configure.

ValueInt64

Integer value assigned to the parameter.

Remarks

If the MultiCam parameter is not of the integer type, a type conversion is performed.

See Also

Parameters Management