NAME
DisposeDTObject - Delete a data type object. (V39)
SYNOPSIS
DisposeDTObject (o);
a0
VOID DisposeDTObject (Object *);
FUNCTION
This function is used to dispose of a data type object that was
obtained with newdtobjecta().
INPUTS
o - Pointer to an object as returned by newdtobjecta().
NULL is a valid input.
SEE ALSO
newdtobjecta()