DBreturnStringSettings

Top  Previous  Next

Information about a string element delivers.

To a trading for a string all administrative information is returned. These are written in about the user at possession put structure settings. The geometrical data have to come too DBfirstPointOfString, DBnextPointOfString and DBreturnPointSettings are determined.

Parametre

string (PSTRING_ELEMENT) [IN]

This is the trading of a string (line train). The administrative information like zeichenSchlüssel, shading and id should be determined by this string.

settings (STRING_SETTINGS *) [IN / OUT]

The user makes available a structure of the type STRING_SETTINGS in which this procedure writes the data of the string. The storage space can be static or dynamic and is administered by the user.

grade (int) [IN]

Aloofly, must be 1.

If further information is introduced, these become grades distinguished.

Result

(T_ERROR) [OUT]

If the procedure could be explained perfectly, it delivers ERROR_OK, but one of the error messages from error.h.

Declaration

#include "database.h"

 

T_ERROR DLLENTRY DBreturnStringSettings (

PSTRING_ELEMENT string,

STRING_SETTINGS * settings,

int grades

);

Related functions

DBfirstPointOfString

DBnextPointOfString

DBreturnPointSettings