SYSdispatchBefehl

Top  Previous  Next

Order to Kommandointerpreter hand over.

Explains an order, as if he was given by the user.

Parametre

root (PROOT) [IN]

Act on the open data bank.

name (char *) [IN]

The input line is expected how it can be also given by the user. All parametres must exist by blank apart.

Result

(long) [OUT]

As a result the results of the called functions are delivered.

Declaration

#include "system.h"

 

long DLLENTRY SYSdispatchBefehl (

PROOT root,

char * name

);