ObjectManagerGenericInfoDef

Returned by MM_ReturnObjectGenericInfo when an object manager OBID is passed to it.

Syntax

  struct ObjectManagerGenericInfoDef 
  { 
      BYTE   name[MM_MAX_OBJECT_STRING_LEN]; 
      LONG   status; 
      LONG   objecttype; 
      LONG   objectclass; 
      OBID   applicationid; 
  };
  

Fields

name
Name of the object manager object.
status
objecttype
Defines the type of object this object manager manages. e.g., MM_MIRROR_OBJECT.
objectclass
Defines the class that the managed object resides in.
applicationid
The OBID of the application that registered the object manager object.

See Also

Object Manager Class