SYNTAX:
xpxExternalFunction (dllName, functionName : STRING;
functionValue : GENERIC;
inArguments, outArguments : INTEGER; argument1, . . . , argumentN : GENERIC) status : INTEGER;
The xpxExternalFunction function executes a function that is external to EDMexpressVM.
Argument:: |
Description: |
dllName |
name of the dll where the external function is located. |
functionName |
name of the external function |
functionValue |
the value returned from the external function |
inArguments |
number of input arguments |
outArguments |
number of output arguments |
argument1, . . . , argumentN |
The arguments, input arguments before output arguments. |
See also xpfExternalFunction