Group: | Dynamically Linked Library |
See also: | dlcall dlopen dlclose dlquery |
Function: | dlcallex | |
Description: |
dlcallex calls a function defined in a dynamically linked library. In contrast to dlcall it allows arbitrary number of parameters and various types.
|
Usage: | err = dlcallex ({handle}, n, list {, opt}) | |
Input: | ||
handle | scalar (optional), handle of the dll to load the function from. &nl; If it is omitted in all dlls are searched for the function | |
n | string, name of function | |
list | list of arrays, arguments for the function | |
opt | optional list of arrays, which describes the arguments
for the function
| |
Output: | ||
err | scalar, result from the function |
Group: | Dynamically Linked Library |
See also: | dlcall dlopen dlclose dlquery |