Home  /  Autodocs  /  utility.library

NAME

ReleaseNamedObject
free a named object. (V39)

SYNOPSIS

ReleaseNamedObject(object);
A0

VOID ReleaseNamedObject(struct NamedObject *);

FUNCTION

Decrements the open count of the object. If the object has been removed, and the count goes to 0, the remover will be notified that the object is now free.

INPUTS

object
the object to release. (No action if NULL)

SEE ALSO

FindNamedObject(), RemNamedObject()