Product Information > JADE External Interface Developer’s Reference > Chapter 1 - Using External Methods and External Functions > Passing Null Pointer Values

Passing Null Pointer Values

It may be necessary under certain circumstances to pass a null pointer as a parameter value to an external function. You cannot pass a null pointer parameter value by specifying a value of null or "" in the external function call, as these both produce a pointer to an empty string instead of a null pointer.

To pass a null pointer parameter value, specify a value of zero (0) in the external function call. For String and Binary parameters, a value of zero (0) yields a null pointer for the parameter value of the external function.