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


1TypeNameComment
2STRINGdllNamename of the dll where the external function is located.
3STRINGfunctionNamename of the external function
4GENERICfunctionValuethe value returned from the external function
5INTEGERinArgumentsnumber of input arguments
6INTEGERoutArgumentsnumber of output arguments
7GENERICargument(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.