DBaddSelectAllSegments

Top  Previous  Next

All objects select

All segments of the data bank are taken up in the selection list, i.e. all objects from all segments are selected. Besides, it is unimportant whether already parts of the segments are selected. Also it is unimportant whether a segment has put the Flag selectable. The special segments with SegmentID's form here an exception greater than 65000. These are not selected. This are in particular the segments for mark symbols and temporary elements.

Parametre

root (PROOT) [IN]

The trading of the data bank.

Result

(T_ERROR) [OUT]

If the procedure was explained perfectly, is the result ERROR_OK, but one of the error messages from error.h.

Declaration

#include "database.h"

 

T_ERROR DLLENTRY DBaddSelectAllSegments (

PROOT root

);