DBsavePlan

Top  Previous  Next

Securing of a plan.

The plan is protected if the following Flags are put: The plan has been changed, and the plan is writeable.

Parametre

flat (PPLANS) [IN]

M_Param_Beschr

newName (char *) [IN]

M_Param_Beschr

newPath (char *) [IN]

M_Param_Beschr

doReorg (BOOLEAN) [IN]

M_Param_Beschr

Result

(T_ERROR) [OUT]

By perfect implementation delivers the routine ERROR_OK, otherwise the constant MOSKITO_ERROR.

Declaration

#inlcude "database.h"

 

T_ERROR DLLENTRY DBsavePlan (

PPLANS flat,

char * newName,

char * newPath,

BOOLEAN doReorg

);