DBclassNameOfClass

Top  Previous  Next

Names of the class investigate.

To every object there can be beside the object keys also class name. With this function the class name can be determined for a given object.

Parametre

root (PROOT) [IN]

Act on the data bank.

first-class (POBJECT) [IN]

Act on the object to which the class name is searched.

name (char *) [IN / OUT]

If a class name exists, here he becomes zurückgeliefert. It must be provided before for enough place. The length must be cogiven in the parametre len. If the class name is longer than place exists, he is automatically shortened on the length from len.

len (int) [IN]

Number of signs, at most in the sign chain name fit in including final end-character ('\0’);

Result

---

Declaration

#include "database.h"

 

void DLLENTRY DBclassNameOfClass (

PROOT root,

POBJECT first-class,

char * name,

int len

);

Related functions

DBclassObjectOfObject