SYSclearWorkspace

Top  Previous  Next

Field of work extinguish.

With this routine the field of work is extinguished. All loaded plans from the field of work are removed. If plans are not yet it is protected before questioned whether the changes should be rejected or not.

Parametre

root (PROOT) [IN]

Act on the open data bank.

ask (int) [IN]

With ask can be put whether the query should happen (TRUE) or not (FALSE).

Result

(int) [OUT]

As a return a value is delivered incomparably 0 if all plans were removed, but 0.

Declaration

#include "system.h"

 

int DLLENTRY SYSclearWorkspace (

PROOT root,

int ask

);