Determines whether the class type cb implements the interface represented by the icb class type.
BOOL ImplementsInterface(ClassClass *cb, ClassClass *icb, ExecEnv *ee);
Returns TRUE if the class implements the specified interface.
*cb | The class type to test. |
*icb | The class type that represents an interface to test against. |
*ee | The placeholder for the execution environment, which is not needed by the Microsoft VM. Pass NULL. |