DBreturnPointelementSettings |
Top Previous Next |
Information about a point element With DBreturnPointelementSettings the data of a point element can be determined. These are written in the storage area settings provided by the use. Parametre element (PPOINT_ELEMENT) [IN] The trading of the element whose data should be determined. It must concern a trading of the type TYP_POINT_ELEMENT. settings (POINTELEMENT_SETTINGS *) [IN / OUT] By the call this pointer must point at a not satisfactory record of the type POINTELEMENT_SETTINGS. Then this is filled by the procedure with data. grade (int) [IN] Aloofly, must be 1. If further information is introduced, these become grades distinguished. Result (T_ERROR) [OUT] ERROR_OK if everything has run without mistake, but one of the error messages from error.h. Declaration #include "database.h"
T_ERROR DLLENTRY DbreturnPointelementSettings ( PPOINT_ELEMENT element, POINTELEMENT_SETTINGS * settings, int grades );
|