(C) 1998 AROS - The Amiga Research OS


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

VOID DeleteCxObjAll (co)

LOCATION
In CxBase at offset 9

SYNOPSIS
CxObj * co

FUNCTION
Delete object and and all objects connected to commodity object 'co'. Handy for instances like when you are shutting down your commodity. To remove your commodity tree, just DeleteCxObjAll(YourBroker).

INPUTS
co
- the object in question (may be NULL)

RESULT

EXAMPLE

SEE ALSO
DeleteCxObj()

NOTES
The handle 'co' is invalid after the operation.

BUGS

INTERNALS

HISTORY
18.07.1999 SDuvan
Finally -- commodities.library