(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/utility.h>

STRPTR NamedObjectName (object)

LOCATION
In UtilityBase at offset 42

SYNOPSIS
struct NamedObject * object

FUNCTION
Return the name associated with a NamedObject.

INPUTS
object
The NamedObject you want the name of.

RESULT
The name of the object will be returned.

EXAMPLE
struct NamedObject *no;
STRPTR name;

\* Some other code here *\

name = NamedObjectName( no );
SEE ALSO
utility/name.h

NOTES

BUGS

INTERNALS
The name is stored in the ln_Name field of the list node.

HISTORY
20.10.1998 hkiel
Amiga Research OS
20.08.1997 digulla
Polish.

Renamed utility_intern.h to intern.h.

27.01.1997 ldp
Polish
18.12.1996 iaint
NamedObjects