Editor
An editor for the Native-Function definition can be found here:
“cgi_studio_connector/bin/ComplexTypeEditor.exe”
If called with a file as first argument the editor will try to open the specified file.
Complex-Types

On the left side, Complex-Types can be added/removed and reordered using the respective buttons.
Properties:

| Property Name | Description |
| Native Type |
C/C++ name of the native type |
| Basic Type | Basic type used to represent the Complex-Type. This type will be used when transferring data via the Interface. |
| Length | Length of the Complex-Type based on the Basic-Type. If the length is dynamic (e.g. an array) ‘-1’ must be used. |
| Default Value | Default value used for this Complex-Type. |