Up |
_OBJgetFromSys
Returns the Scol object from the address of the system handler.
If several Scol objects point to the same system handler, only the first one is returned.
Prototype :
fun [u0 u1] u1
- u0 : a Scol object
- u1 : must be always nil
Return : u1 the Scol object. It returns nil if error.
Error :
- EOK if success.
- EARGNIL if the given object is nil.
- ENOFOUND if a required internal object is not found, maybe a system object already deleted.
See also :
Example :