Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
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

  • No labels