Loading...
Select Version
This function generates a new local reference to an object.
It is equivalent to the JNI function NewLocalRef
.
Call
CALL 'JCI_NewLocalRef' USING obj newObj
obj | Object reference |
newObj | Object reference returned by the function |
Arguments
obj | Data field of the type |
newObj | 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.