Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
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

...

argument1, . . . , argumentN
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

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

  See also xpfExternalFunction

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"