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

McSetParamNmPtr

Assigns a string variable to a MultiCam parameter. The parameter is referred to by-name.

[C]

MCSTATUS McSetParamNmPtr(
  MCHANDLE Instance,
  PCHAR ParamName,
PVOID ValuePtr
);

Parameters

Instance

Handle of the instance of the parameter to configure.

ParamName

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

ValuePtr

Pointer to the parameter.

Remarks

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

See Also

Parameters Management