Using ArgList to pass parameters has the following requirements:
- Do not place an @ at the beginning of the line of C code.
- Specify %s for the ArgList input and a second %s for the ArgList output.
- The function you call must unpack the input and output values from ArgList.
The ArgList struct declaration is located in the following header file:
 | labview\CCodeGen\Include\blockdiagram\LVCCG.h |