Name of the parameter. Parameter names must start with a capital letter and can contain only alphanumeric characters.
IVI-C Function Parameter General Editor
Name
Type
Data type of the parameter.
If an array is desired, append opening and closing square brackets ([]) to the type name. For example, to specify an array of double, enter Double[].
Direction
Choose Input to specify an input parameter.
Choose Output to specify an output parameter.
Choose Input/Output to specify an input/output parameter.
Buffer size
The buffer size combo box will only appear for array parameters and for string output parameters. Use this control to select which parameter indicates the number of array elements (or string characters) allocated by the caller. Only Int32 and Int64 parameters may be used as the buffer size parameter.
Actual size
The actual size combo box will only appear for array output parameters. Use this control to select which parameter indicates the number of array elements returned by the driver to the caller. Only Int32 and Int64 parameters may be used as the actual size parameter.