result = AttemptRemNamedObject(object);
D0 A0
LONG AttemptRemNamedObject(struct NamedObject *);
Attempts to remove an object from whatever NameSpace it's in. You must have found the object first (in order to get a use count) before trying to remove it. If the object is in use or is in the process of being removed, this function will return a failure code. If the object is fully removed, the object will then be available to be
FreeNamedObject().