How to get an Integer MultiCam Parameter
The recommended MultiCam API functions to obtain the value from an integer parameter are:
Function |
Method |
McGetParamInt |
By-ident reference method |
McGetParamNmInt |
By-name reference method |
The returned value is of the INT32 type, which means that no type conversion is involved. If you use another parameter-getting API function, type conversion will be attempted.
The Status variable can be used for error checking.