Microsoft SDK for Java

isInstanceOf

Determines if a specified Java object is an instance of a particular class.

Syntax

BOOL __cdecl isInstanceOf(JHandle *phobj, char *classname);

Return Value

Returns TRUE if the handle is an instance of the class, or FALSE otherwise.

Parameters

*phobj The address of the Java handle.
*classname The name of the Java class.

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