DBfirstInformationRecord

Top  Previous  Next

Liefert erstes Attribut zu einem beliebigen Typ.

Jeder Typ kann mehrere Attribute haben. Im Moment sind nur die Datenbank (Root), das Segment und der Plan implementiert.

Parameter

ptr (PANY)                                                   [IN]

Handle auf das Element, wovon das Attribut bestimmt werden soll.

Ergebnis

(PINFORMATION)                                 [OUT]

Im fehlerfreien Fall liefert die Funktion ein Handle auf das Attribut, sonst NULL.

Deklaration

#include "database.h"

 

PINFORMATION DLLENTRY DBfirstInformationRecord (

     PANY     ptr

);

Verwandte Funktionen

DBlastInformationRecord

DBnextInformationRecord

DBprevInformationRecord

DBreturnInformationRecord