Microsoft SDK for Java

is_instance_of

Determines whether the specified object phobj can be cast to the specified class type dcb.

Syntax

BOOL is_instance_of(JHandle *phobj, ClassClass *dcb, ExecEnv *ee);

Return Value

Returns TRUE if the object can be cast to the class type; otherwise, returns FALSE.

Parameters

*phobj A pointer to an object.
*dcb A class type.
*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.