IOinternSetBusy

Top  Previous  Next

Status of a window on Busy places.

Only for the internal use.

Every window lets itself on the status Busy placed. This happens when, e.g., the new drawing lasts longer. During this time the window accepts no other orders.

Parametre

pipes (PIOPIPES) [IN]

The trading pipes gives the issue canal.

worth (int) [IN]

Has worth the value TRUE the window is put on Busy. If the value FALSE is put, Busy is removed again.

Result

---

Declaration

#include "ausgabe.h"

 

void DLLENTRY IOinternSetBusy (

PIOPIPES pipes,

int worth

);