Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
datatypes.library
NAME
ReleaseDTDrawInfo
Release a DataTypes object from drawing. (V44)
SYNOPSIS
ReleaseDTDrawInfo (o, handle);
a0 a1
VOID ReleaseDTDrawInfo (Object *, APTR);
FUNCTION
This function releases the information obtained with
ObtainDTDrawInfoA()
.
This function invokes the DTM_RELEASEDRAWINFO method of the object using the opMember message structure.
INPUTS
handle
Pointer to an object returned by
ObtainDTDrawInfoA()
.
SEE ALSO
DrawDTObjectA()
, ObtainDTDrawInfo()