SYSdispatchBefehlsSequenz |
Top Previous Next |
Orders explain. With this routine several orders which stand in a sign chain order themselves. Besides, the orders in the sign chain ''are separated with the Newline sign '(\n') of each other. Parametre root (PROOT) [IN] Act on the open data bank. name (char *) [IN] Sign chain of orders with Newline sign '(\n') separate. Result (long) [OUT] As a result the result which the last order delivers in the sign chain is delivered. Declaration #include "system.h"
long DLLENTRY SYSdispatchBefehlsSequenz ( PROOT root, char * name ); Related functions
|