DBclassSuperOfClass |
Top Previous Next |
Investigate to the superclass to an object. Objects can belong to classes. And, in addition, there can be a superclass. The superclass to the object classObj can be determined with this function. Parametre classObj (POBJECT) [IN] To this object the superclass is searched. Result (POBJECT) [OUT] If the superclass can be found, the trading becomes on it zurückgeliefert, but ZERO. Declaration #include "database.h"
POBJECT DLLENTRY DBclassSuperOfObject ( POBJECT classObj );
|