DBgetParameterValueLong

Top  Previous  Next

Parametres as long int fetch.

With this function can be questioned from the different tables Values which are put down there under a name.

Parametre

root (PROOT) [IN]

Act on the open data bank.

name (int) [IN]

Name under him the value is filed in the table. The name is a constant in database.h with the Prefix PARAMETER_NAME_

tabelle (int) [IN]

Index for the table under which the values were stored

Result

(long int) [OUT]

The value which is put down under the name in the table.

Declaration

#include "database.h"

 

long int DLLENTRY DBgetParameterValueLong (

PROOT root,

int name,

int tabelle

);

Constants

PLOTTER_SIGNATUR_TABELLE

BILDSCHIRM_SIGNATUR_TABELLE

ORIGINAL_BILDSCHIRM_SIGNATUR_TABELLE

Constants for the different tables

Related functions

DBsetParameterValueLong