[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


    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()


[Back to Amiga Developer Docs]