success = AddNamedObject(nameSpace, object);
D0 A0 A1
BOOL AddNamedObject(struct NamedObject *, struct NamedObject *);
Adds a new item to a NameSpace. If the NameSpace doesn't support duplicate names, a search for a duplicate will be made, and 0 (failure) will be returned. Otherwise, the entry will be Enqueue()ed to the NameSpace.