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

McGetParamInt64

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

[C]

MCSTATUS McGetParamInt64(
  MCHANDLE Instance,
  MCPARAMID Param,
  PINT64 ValueInt64
);

Parameters

Instance

Handle of the instance of the parameter to read.

Param

Identifier of the parameter to read.

ValueInt64

Pointer to the integer variable that receives the parameter value.

Remarks

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

See Also

Parameters Management