Determines whether the class type cb is a subclass of type dcb.
BOOL is_subclass_of(ClassClass *cb, ClassClass *dcb, ExecEnv *ee);
Returns TRUE if the class is a subclass of dcb; otherwise, returns FALSE.
*cb | The class type that is being tested. |
*dcb | The class type to test against. |
*ee | The placeholder for the execution environment, which is not needed by the Microsoft VM. Pass NULL. |