IOungetRawData

Top  Previous  Next

Order put at the beginning the order cue

With this routine an order cmd is put at the beginning the order cue, so that he can be taken as the first order from it again. He gets a mark which identifies him as a new order.

Parametre

pipes (PIOPIPES) [IN]

The trading pipes gives the issue canal.

cmd (CMD *) [IN]

Pointer on a structure CMD which contains the new order.

totop (int) [IN]

In totop one of both constants performed below can be handed over. The constant UNGET_TO_TOP causes that the order is inserted in the input from a file again. The constant UNGET_TO_INPUT causes that the order is inserted in the input of the input window again.

Result

---

Declaration

#include "ausgabe.h"

 

void DLLENTRY IOungetRawData (

PIOPIPES pipes,

CMD * cmd,

int totop

);

Constants

UNGET_TO_TOP 1

UNGET_TO_INPUT 2

Related functions

IOgetRawData