DBgetDrawStop

Top  Previous  Next

Queries whether the new drawing should be stopped.

The view in the plan window is anew drawn from every change. However, it can make sense to prevent the new drawing by many changes for a short time. With this routine can be questioned whether the new drawing can be prevented.

Parametre

data (PZEICHENDATEN) [IN]

SIGN DATA is a structure which is used for the drawing on the screen, as well as for the Plotten. All routines which make issues on the screen or on the plotter need the information which is transmitted by this structure. To find out whether on a certain issue interrupting is put, only the trading on this issue must be handed over.

Result

(int) [OUT]

If the new drawing can be prevented, becomes TRUE zurückgeliefert, but FALSE (value incomparably 0).

Declaration

#include "loadsave.h"

 

int DLLENTRY DBgetDrawStop (

PZEICHENDATEN data

);