DBownerOfSegment

Top  Previous  Next

If the data bank in which the segment lies investigates.

The whole data bank exists of a number of segments. To determine the trading of this data bank from a segment, the function DBownerOfSegment is necessary. Normally all segments with which the user works will lie in one single data bank.

Parametre

segment (PSEGMENT) [IN]

If the trading of the segment by which should be determined to which data bank is it heard.

Result

(PROOT) [OUT]

the procedure delivers the trading of the data bank to which the segment segment belongs.

Declaration

#include "database.h"

 

PROOT DLLENTRY DBownerOfSegment (

PSEGMENT segment

);

Related functions

DBowner

DBownerOfElement

DBownerOfObject

DBownerOfPlan

DBownerOfPoint