How to set a string MultiCam Parameter
The recommended MultiCam API functions to assign a value to a string parameter are:
Function |
Method |
McSetParamStr |
By-ident reference method |
McSetParamNmStr |
By-name reference method |
The value to be assigned to the parameter is of the PCCHAR type, which means that no type conversion is involved. If you use another parameter-setting API function, type conversion will be attempted.
The Status variable can be used for error checking.