DBfindInformationRecord

Top  Previous  Next

If the trading of an info attribute investigates.

With this routine the trading of an info attribute can be determined. These can be hung on data banks, plans, segments, objects, elements and points. At the moment plan and data bank are implemented.

Parametre

ptr (PANY) [IN]

Act of the data bank object in which should be searched for info attributes.

name (char *) [IN]

Name of the info attribute for which should be searched.

Result

(PINFORMATION) [OUT]

Act of the info attribute with the given name. If such an info attribute does not exist, ZERO is delivered as a result.

Declaration

#include "database.h"

 

PINFORMATION DLLENTRY DBfindInformationRecord (

PANY ptr,

char * name

);

Related procedures

DBchangeInformationRecord

DBdeleteInformationRecord