Loading...
Select Version
This function returns the class object of an object.
It is equivalent to the JNI function GetObjectClass
.
Call
CALL 'JCI_GetObjectClass' USING
obj cObj
obj | Instance object |
cObj | Class object returned by the function |
Arguments
obj | Data field of the type Instance object whose class object is to be returned. The object may not be 0. |
cObj | Data field of the type |
Return value (RETURN-CODE)
JCI-RET-OK
The call was successful.
JCI-RET-ENOVM
No Java VM has been started.
JCI-RET-ENULLOBJ
obj is JCI-NULL
.