ClassGenericInfoDef

Returns generic information about a class.

Syntax

  struct ClassGenericInfoDef 
  { 
     BYTE   name[MM_MAX_OBJECT_STRING_LEN]; 
     LONG   status; 
     LONG   numberofobjects; 
     LONG   tablesize; 
     OBID   application; 
  };
  

Fields

status
As defined in mmpublich.h. e.g. MM_CLASS_AVAILABLE.
numberofobjects
The number of objects of the class
tablesize
The current maximum potential object of the class. This value grows as needed.
application
The OBID of the application object indicating the application that created the class.