Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

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.

Link:
Usage: err = dlcallex ({handle}, n, list {, opt})
Input:
handle scalar (optional), handle of the dll to load the function from. 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
opt.byrow
decides how the arguments will be given to function
opt.type
decides as which type the arguments will be given to function
Output:
err scalar, result from the function

Note:




(C) MD*TECH Method and Data Technologies, 05.02.2006