xpxExternalFunction
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
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 |
7 | GENERIC | argument(N) | The arguments, input arguments before output arguments. |
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.
Options
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.