(C) 1998 AROS - The Amiga Research OS
When the object is allocated, it will automatically have one user. To allow other users to remove this object from a namespace, you must call ReleaseNamedObject() on this object.
ANO_NameSpace: Allocate a NameSpace for this NamedObject. This will allow you to link other NamedObjects into a group. You cannot add a NamedObject with a NameSpace to another NameSpace. Boolean, default is FALSE.
ANO_UserSpace: This tag says that you want extra memory allocated for a UserSpace. The ti_Data field of this TagItem contains the amount of memory to allocate. Specifying this Tag with a ti_Data of 0, is equivalent to the default, which is no UserSpace. The UserSpace address can be found in the no_Object field of the NamedObject structure.
ANO_Priority: This is the List priority of the NamedObject and should be a signed BYTE value
ANO_Flags: This allows you to initialize the value of the NameSpace flags which control certain aspects of the NameSpace. See the file utility/name.h.
Renamed utility_intern.h to intern.h.