SYSdispatchBefehlsSequenzCMD |
Top Previous Next |
Orders explain. With this routine several orders order themselves which put CMD in the order list. CMD is a structure which takes up all information about an order and administers. Parametre root (PROOT) [IN] Act on the open data bank. orders (CMD *) [IN] List of the orders which should be explained successively. Result (long) [OUT] As a result the result which the last order delivers in the order list is delivered. Declaration #include "system.h"
long DLLENTRY SYSdispatchBefehlsSequenzCMD ( PROOT root, CMD * orders ); Related functions Remarks With the routine SYSdispatchBefehlsSequenz if the sign chain is converted into an order list.
|