ZCsl::callEx

C Scripting Language
Reference Manual
Version 4.4.0

<< Back  End  Next >>
 
 
INDEX
Introduction
Installation
Using the CSL executive
Language
Directives
System library
String library
Math library
Regular expression lib.
File library
Database library
Async Communication
Registry/Profile handling
Windows control
C API
C++ Class Interface
   Embedding CSL
   Writing libraries
   Class interface reference
      ZCsl constructor
      ZCsl destructor
      ZCsl::addFunc
      ZCsl::addVar
      ZCsl::call
      ZCsl::callEx
      ZCsl::get
      ZCsl::loadLibrary
      ZCsl::loadScript
      ZCsl::set
      ZCsl::setTraceMode
      ZCsl::show
      ZCsl::startDateTime
      ZCsl::trace
      ZCsl::traceMode
      ZCsl::varExists
      ZCsl::varResize
      ZCsl::varSizeof
CSL links
  
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).

  Copyright © IBK Landquart Last revision: 27.05.2002 << Back  Top  Next >>