DBreturnPointSettings

Top  Previous  Next

Information about a point investigates.

To a trading for a point his geometrical and logical information is determined. The position, the point class and the connection with the predecessor are delivered among other things.

Parametre

point (T_PPOINT) [IN]

Act of the point whose information is searched. This must also be really a trading for a point. All other is not seen by the system at all with pleasure.

settings (POINT_SETTINGS *) [IN / OUT]

As a result this procedure fills the structure settings. All fields are booked with the values of the point which the trading calls. It is a job of the user to make available the storage space for settings. This can be a dynamic or static memory.

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 DBreturnPointSettings (

T_PPOINT point,

POINT_SETTINGS * settings,

int grades

);

Related functions

DBreturnInfoSettings