NAME ReleaseDTDrawInfo - Release a DataTypes object from drawing. (V44) SYNOPSIS ReleaseDTDrawInfo (o, handle); a0 a1 VOID ReleaseDTDrawInfo (Object *, APTR); FUNCTION This function is used to release the information obtained with obtaindtdrawinfoa(). This function invokes the object's DTM_RELEASEDRAWINFO method using the opmember message structure. INPUTS handle - Pointer to an object returned by obtaindtdrawinfoa(). SEE ALSO drawdtobjecta(), obtaindtdrawinfo()