DBgradisIdFromSegment

Top  Previous  Next

Gradis-ID of a segment determine.

A trading is given for a segment. For this segment a gradis compatible ID is generated. In contrast to the other Gradis-IDs this is not defeated by the other restrictions, because it is identically with the normal ID for a segment.

Parametre

segment (PSEGMENT) [IN]

Act of the segment to which a Gradis-ID is required.

Result

(GRADISSEGMENTID) [OUT]

Is the Gradis-ID generated to this segment. This is a 16-bit number. This number is identical with segmentID for this segment.

Declaration

#include "database.h"

 

GRADISSEGMENTID DLLENTRY DBgradisIdFromSegment (

PSEGMENT segment

);