IOgetNew

Top  Previous  Next

Delivers the next order.

With this routine the next order from the order cue is delivered. One waits, until an order exists. Only texts and no Syscommands are delivered. Also put back texts are delivered. The result is a structure CMD which the user with IOfreeBefehl has to do again released.

Parametre

pipes (PIOPIPES) [IN]

The trading pipes gives the issue canal.

Result

(CMD *) [OU]

The result is a pointer on the structure CMD, but ZERO.

Declaration

#include "ausgabe.h"

 

CMD * DLLENTRY IOgetNew (

PIOPIPES pipes

);