Product Information > JADE External Interface Developer’s Reference > Chapter 1 - Using External Methods and External Functions > Parameter Passing Conventions

Parameter Passing Conventions

The Windows Standard calling convention only is supported. In the Standard calling convention, parameters are pushed from right to left.

The called function is responsible for cleaning the stack and the exact number of arguments expected by the called function must be passed.

Passing by Value or Reference

Parameter Passing Rules

Passing Null Pointer Values