ZString ZCsl::callEx( // call a function (extended)
const ZString& aFileName, // file/module name of caller
const ZString& aFuncName, // function name
int argCount = 0, // # of arguments
...); // argument pairs of type char* / long
Calls any function known to CSL.
Arguments are supplied as pairs of char* and long. The long value
is the length of the preceding argument. If it is -1 the argument
is considered a zero terminated string (ASCIZ).
|