Determines if a specified Java object is an instance of a particular class.
BOOL __cdecl isInstanceOf(JHandle *phobj, char *classname);
Returns TRUE if the handle is an instance of the class, or FALSE otherwise.
*phobj | The address of the Java handle. |
*classname | The name of the Java class. |