DBwriteCloseDatabase

Top  Previous  Next

Inside. To use only from Moskito.

Moskito finishes his access to a Workfile with this procedure. All structures for the management of this data bank are released.

Parametre

root (PROOT) [IN]

This is the trading of a data bank, from DBinitDatabase it was generated.

Result

(T_ERROR) [OUT]

If the writing of the data bank has run successfully, DBwriteCloseDatabase returns the value ERROR_OK. Herewith otherwise the mistake cause is delivered. A description of the error messages is to be seen from the file ERROR.H.

Declaration

#include "database.h"

 

ERROR DLLENTRY DBwriteCloseDatabase (

PROOT root

);