DBgetBreak

Top  Previous  Next

Queries of the demolition status of the data bank.

In the data bank a status can inform about whether a demolition takes place. With the function DBgetBreak this status can be questioned to carry out still additional works. With the functions DBsetSoftBreak and DBsetHardBreak if this status is put. The function DBsetExtreemBreak if the use also finishes immediately.

Parametre

root (PROOT) [IN]

Act on the data bank to question on the status.

Result

(int) [OUT]

Delivers the demolition status. If the value is incomparably 0, a demolition takes place.

Declaration

#include "database.h"

 

int DLLENTRY DBgetBreak (

PROOT root

);

Related functions

DBsetSoftBreak

DBsetHardBreak

DBsetExtreemBreak