IOpapiermenueStatus

Top  Previous  Next

Status of the paper menu changes.

Every paper menu can be switched off and switched on. If a paper menu is switched off, no orders are accepted if is of the Digitizer on this paper menu and a key is pressed.

Parametre

pipes (PIOPIPES) [IN]

The trading pipes gives the issue canal.

nummer (int) [IN]

Unequivocal number of the paper menu which should be switched off or switched on.

status (int) [IN]

Has status the value TRUE, the paper menu is switched on. Has status the value FALSE the paper menu is switched off, all the same which values were put before.

Result

---

Declaration

#include "ausgabe.h"

 

void DLLENTRY IOpapiermenueStatus (

PIOPIPES pipes,

int nummer,

int status

);