...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION 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::
...
Arguments
...
1 | Type | Name | Comment | |
2 | STRING | dllName | name of the dll where the external function is located. | |
3 | STRING | functionName | name of the external function | |
4 | GENERIC | functionValue | the value returned from the external function | |
5 | INTEGER | inArguments | number of input arguments | |
6 | INTEGER | outArguments | number of output arguments | argument1, . . . , argumentN|
7 | GENERIC | argument(N) | The arguments, input arguments before output arguments. |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
See also xpfExternalFunction
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|