Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
datatypes.library
NAME
GetDTAttrsA
Obtain attributes for an object. (V39)
SYNOPSIS
retval = GetDTAttrsA (o, attrs);
d0 a0 a2
ULONG GetDTAttrsA (Object *, struct TagItem *);
retval = GetDTAttrs (o, tag1, ...);
ULONG GetDTAttrs (Object *, Tag tag1, ...);
FUNCTION
This function retrieves the attributes of a data type object.
INPUTS
o
Pointer to an object as returned by
NewDTObjectA()
.
attrs
Attributes to get, terminated with TAG_DONE. The data element of each pair contains the address of the storage variable.
RESULT
retval
Contains the number of attributes the system was able to obtain.
SEE ALSO
SetDTAttrsA()
,
intuition.library/GetAttr()