Docs » Autodocs » utility.library » NamedObjectName
NamedObjectName -- return the name of the object. (V39)
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.
object - the object, may be NULL in which case this function returns NULL.
name - pointer to the name string, or NULL if 'object' is NULL.
FindNamedObject(), RemNamedObject()
|