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

McGetParamPtr

Returns the current value of a MultiCam parameter as a string variable. The parameter is referred to by-identifier.

[C]

MCSTATUS McGetParamPtr(
  MCHANDLE Instance,
  MCPARAMID Param,
  PVOID* ValuePtr
);

Parameters

Instance

Handle of the instance of the parameter to read.

Param

Identifier of the parameter to read.

ValuePtr

Pointer to the parameter value.

See Also

Parameters Management