DBsetParameterValueLong

Top  Previous  Next

Parametres as long int place.

With this function can be put in different tables Values which are put down there under a name. The names are no sign chains, but are identified about constant name.

Parametre

root (PROOT) [IN]

Act on the open data bank.

name (int) [IN]

The name under which the value is stored in the table. The name is a constant from database.h and begins PARAMETER_NAME_ with the prefix

value (long) [IN]

The value which is stored in the table under the name.

tabelle (int) [IN]

Index for the table under which the values are stored.

Result

---

Declaration

#include "database.h"

 

void DLLENTRY DBsetParameterValueLong (

PROOT root,

int name,

long value,

int tabelle

);

Constants

BILDSCHIRM_SIGNATUR_TABELLE

ORIGINAL_BILDSCHIRM_SIGNATUR_TABELLE

PLOTTER_SIGNATUR_TABELLE

Constants for the different tables

Related functions

DBgetParameterValueLong