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


    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 is used to get 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.

    RETURNS
        retval - Contains the number of attributes the system was able
            to obtain.

    SEE ALSO
        setdtattrsa(), intuition.library/getattr()