utility.library/FreeNamedObject

Previous:
utility.library/FindTagItem
TOC:
Table of Contents
Index:
All Documents
Next:
utility.library/FreeTagItems

     Title:
FreeNamedObject -- frees a name object. (V39)
     Synopsis:
FreeNamedObject(object);
A0

VOID FreeNamedObject(struct NamedObject *);
     Function:
Free one of a number of structures used by utility.library.
The item must not be a member of any NameSpace, and no one
may have it open other than yourself. If the object also
contained a NameSpace, that namespace must be empty.
Any additional space allocated via the datasize parameter
for AllocNamedObject() is also released.
     Parameters:
object - the object to be freed
     Related topics:
AllocNamedObjectA()

Browse your own file: