SYSdispatchBefehlAdresse

Top  Previous  Next

Order address hand over to Kommandointerpreter.

Inside a structure with orders is administered. These orders can wait in a queue for her implementation. With this routine it is possible with the help of an address on the structure of an order to hand over this to the Kommandointerpreter. This has the advantage that the order structure specially must not be copied.

Parametre

root (PROOT) [IN]

Act on the open data bank.

adr (void *) [IN]

Act on the existing order structure.

argc (int) [IN]

Number of the arguments in argv

argv (char *) [IN]

Sign chain with arguments.

Result

(long int) [OUT]

M_Param_Beschr

Declaration

#include "system.h"

 

long int DLLENTRY SYSdispatchBefehlAdresse (

PROOT root,

void * adr,

int argc,

char * argv

);