(C) 1998 AROS - The Amiga Research OS


NAME
#include <>
#include <proto/commodities.h>

VOID DeleteCxObj (co)

LOCATION
In CxBase at offset 8

SYNOPSIS
CxObj * co

FUNCTION
Delete the commodity object 'co'. By deleting, it's meant that the memory used for the object is freed and if the object was in the commodity hierarchy, it's removed.

INPUTS
co
- the object to be deleted (may be NULL)

RESULT

EXAMPLE

SEE ALSO
DeleteCxObjAll(),

NOTES
After deleting the commodity object, the handle 'co' is no longer valid. Deleteing an object that has other objects attached to it is (that should be deleted too) is easiest accomplished by using the DeleteCxObjAll() function.

BUGS

INTERNALS

HISTORY
18.07.1999 SDuvan
Finally -- commodities.library