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

McGetParamNmPtr

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

[C]

MCSTATUS McGetParamNmPtr(
  MCHANDLE Instance,
  PCHAR ParamName,
  PVOID* ValuePtr

);

Parameters

Instance

Handle of the instance of the parameter to read.

ParamName

Pointer to a string containing the name of the parameter to read.

ValuePtr

Pointer to the parameter value.

See Also

Parameters Management