DBaddTempObject

Top  Previous  Next

Add of a new object.

An object is furnished with this function in the plan. If no object could be put on, becomes ZERO zurückgeliefert. If the handed over plan is not changeable, becomes ZERO zurückgeliefert.

Parametre

flat (PPLANS) [IN]

This is the trading of the plan in which an object should be put on.

keys (KEY *) [IN]

Every object can own any number of object key.

keyCnt (int) [IN]

keyCnt gives the number of the keys in keys. Is keyCnt immediately 0, no key is inserted.

id (ULONG) [IN]

system (ULONG) [IN]

Ids will ordinarily award from the system. However, herewith they can be handed over by hand.

Result

(POBJECT) [OUT]

By perfect implementation a trading on a new object is returned, but ZERO.

Declaration

#include "database.h"

 

POBJECT DLLENTRY DBaddTempObject (

PPLANS flat,

KEY * keys,

Int keyCnt,

ULONG id,

ULONG system

);

Related functions

DBaddObject