(C) 1998 AROS - The Amiga Research OS
NAME
#include <>
#include <libraries/commodities.h>
#include <proto/commodities.h>
ULONG CxObjType (co)
LOCATION
In CxBase at offset 10
SYNOPSIS
CxObj * co
FUNCTION
Obtain the type of the commodity object 'co'.
INPUTS
co
- the object the type of which to get
RESULT
The type of the object 'co'. See <libraries/commodities.h> for the possible types. If 'co' is NULL, CX_INVALID is returned.
EXAMPLE
SEE ALSO
CreateCxObj()
NOTES
BUGS
INTERNALS
HISTORY
18.07.1999 SDuvan
Finally -- commodities.library