DBobjectFromID2

Top  Previous  Next

Object determine.

Every element has an unequivocal call sign within the data bank. With this routine an object can be determined with the help of his ObjektID and SystemID.

Parametre

segment (PSEGMENT) [IN]

Act on the segment to be searched (special segment). If the data bank (Root) itself is given, all segments (special segment) will run through.

objectId (ULONG) [IN]

system (ULONG) [IN]

The ObjektID and SystemID identify every element in the data bank unambiguously. While putting on the respective element the IDs will award and are not coprotected.

Result

(POBJECT) [OUT]

If an object with both IDs exists, a trading becomes on it zurückgeliefert, but ZERO.

Declaration

#include "database.h"

 

POBJECT DLLENTRY DBobjectFromID2 (

PSEGMENT segment,

ULONG objectId,

ULONG system

);