Copyright (c) Hyperion Entertainment and contributors.

Named Objects

From AmigaOS Documentation Wiki
Jump to navigation Jump to search

Named Objects

AddNamedObject() Add a named object to a namespace.
AllocNamedObject() Allocate a named object.
AttemptRemNamedObject() Attempt to remove a named object.
FindNamedObject() Find the next named object (case sensitive).
FreeNamedObject() Frees a named object.
NamedObjectName() Return the name of a named object.
ReleaseNamedObject() Release usage of a named object.
RemNamedObject() Remove a named object from any namespace.

Insert documentation here.