DBreturnSegmentSettings

Top  Previous  Next

Information about a segment investigates.

To a segment the information stored in it is delivered. This are the Segment-ID, the resolution of the data, the sheet type and the Selektierbarkeit. If a segment is selectable, the objects from this segment are considered with selection procedures, but they are ignored.

Parametre

segment (PSEGMENT) [IN]

This is the trading of the segment whose information should be determined.

settings (SEGMENT_SETTINGS *) [IN / OUT]

In this structure the information is written. Therefore, the pointer settings must already point by call of the procedure at a valid storage area. Then DBreturnSegmentSettings writes the data of the segment in this structure.

grade (int) [IN]

Aloofly, must be 1.

If further information is introduced, these become grades distinguished.

Result

---

Declaration

#include "database.h"

 

void DLLENTRY DBreturnSegmentSettings (

PSEGMENT segment,

SEGMENT_SETTINGS * settings,

int grades

);