utility.library/NamedObjectName

Previous:
utility.library/MapTags
TOC:
Table of Contents
Index:
All Documents
Next:
utility.library/NextTagItem

     Title:
NamedObjectName -- return the name of the object. (V39)
     Synopsis:
name = NamedObjectName(object);
D0                     A0

STRPTR NamedObjectName(struct NamedObject *);
     Function:
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.
     Parameters:
object - the object, may be NULL in which case this function
 returns NULL.
     Results:
name - pointer to the name string, or NULL if 'object' is NULL.
     Related topics:
FindNamedObject(), RemNamedObject()

Browse your own file: