/iface

Syntax:

/iface[:keyword...]

The /iface option determines the type of argument-passing conventions used by your program for general arguments and for hidden-length character arguments.

In the visual development environment, specify the Default Calling Conventions and the String Length Argument Passing in the External Procedures Compiler Option Category. The /iface keywords are as follows:

If you omit the /iface option, the following is used:

  /iface=(default,mixed_str_len_arg)

For more information on argument passing, see Programming with Mixed Languages.