Skip to content

Function Parameter General Editor

Name

Name of the parameter. Parameter names must start with a capital letter and can contain only alphanumeric characters.

Type

Data type of the parameter.

If an array is desired, append opening and closing square brakets ([]) to the type name. For example, to specify an array of ViReal64, enter ViReal64[].

Direction

Choose the Input to specify an input parameter.

Choose the Output to specify an output parameter.

Choose the Input/Output to specify an 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.