Docs » Autodocs » utility.library » ReleaseNamedObject
ReleaseNamedObject -- free a named object. (V39)
ReleaseNamedObject(object); A0 VOID ReleaseNamedObject(struct NamedObject *);
Decrements the open count of the object. If the object has been removed, and the count goes to 0, the remover will be notified that the object is now free.
object - the object to release. (No action if NULL)
FindNamedObject(), RemNamedObject()
|