DBobjectFromGradisId

Top  Previous  Next

Object from a Gradis-ID determine.

To gradiskonformen ID the trading of the einsprechenden element is determined. gradiskonforme ID a 2 times 16-bits-long number and the first number the segment, the second number the object is determined. The securing does not survive these ID. Hence, no Gradis-ID's after the securing and store may be stored. This is possible only with normal ID's. Not every object owns a Gradis-ID. This is put on only when it is required.

Parametre

root (PROOT) [IN]

The trading of the data bank.

objectID (GRADISOBJECTID) [IN]

This is the 2,*16-bit-long ID of the object. To this object the trading is determined.

Result

(POBJECT) [OUT]

The result is in case of the perfect implementation the trading of the object which belongs to the given Gradis-ID. If a mistake has appeared, a ZERO Trading is delivered as a result.

Declaration

#include "database.h"

 

POBJECT DLLENTRY DBobjectFromGradisId (

PROOT root,

GRADISOBJECTID objectID

);