DBplanOfObject

Top  Previous  Next

Plan to this object determine.

Every object loaded from a file owns a plan to which it belongs. Most other objects also have such a plan. However, the objects which are still assigned to no plan can be also stored. With DBplanOfObject the trading of this plan is determined. If an object is assigned to no plan, the procedure delivers this zero-acts.

Parametre

object (POBJECT) [IN]

The accompanying plan should be determined by this object.

Result

(PPLANS) [OUT]

The procedure delivers the trading of the plan to which object belongs, as a result. If the object is assigned to no plan, this becomes instead of this zero-acts delivered.

Declaration

#include "database.h"

 

PPLANS DLLENTRY DBplanOfObject (

POBJECT object

);