DBfirstPlanOfSegment

Top  Previous  Next

The first plan in the segment get.

Every segment can contain arbitrarily many plans. To go through the plans in the segment, one needs this function and DBnextPlanOfSegment

Parametre

segment (PSEGMENT) [IN]

Act on the segment by which the first plan should be got.

Result

(PPLANS) [OUT]

If in the segment a plan exists, he becomes zurückgeliefert, but ZERO.

Declaration

#include "database.h"

 

PPLANS DLLENTRY DBfirstPlanOfSegment (

PSEGMENT segment

);

Related functions

DBnextPlanOfSegment

DBplanOfSegmentByName