DBrequestRedraw

Top  Previous  Next

New drawing push.

With this function single windows can be pushed to the new drawing, or, however, all windows become neugezeichnet if in the parametre window ZERO hands over. The difference to the function DBdoRedraw if that is that here not immediately neugezeichnet becomes, but only when time exists for it.

Parametre

root (PROOT) [IN]

Act on the open data bank.

window (void *) [IN]

Act on the neuzuzeichnende window, or ZERO if all windows neugezeichnet should become.

Result

---

Declaration

#include "database.h"

 

void DLLENTRY DBrequestRedraw (

PROOT root,

void * window

);

Related functions

DBdoRedraw