name = NamedObjectName(object);
D0 A0
STRPTR NamedObjectName(struct NamedObject *);
Returns the name of the object passed in... Note that the name string is passed back as just a pointer to a read-only name. If the object goes away, so does the name.