Microsoft SDK for Java

is_subclass_of

Determines whether the class type cb is a subclass of type dcb.

Syntax

BOOL is_subclass_of(ClassClass *cb, ClassClass *dcb, ExecEnv *ee);

Return Value

Returns TRUE if the class is a subclass of dcb; otherwise, returns FALSE.

Parameters

*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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.