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


   NAME
       GetAttrsA -- Get multiple object attributes
       GetAttrs -- Varargs stub to GetAttrsA

   SYNOPSIS
       count = GetAttrsA( object, taglist )

       count = GetAttrs( object, tag, address, ... )

       ULONG GetAttrsA( Object *, struct TagItem * )

       ULONG GetAttrs( Object *, Tag, ... )

   FUNCTION
       Gets multiple attributes of an object iin a single call.
       Remember that while the function returns the number of
       attributes that were getable, it can not inform WHICH
       attributes, if any, were not. Thus, you shouldn't use this
       function when you are not sure that an attribute is getable.

   INPUTS
       object - pointer to the object that should be queried
       taglist - a list of tag and ULONG address pairs to fill

   RESULTS
       The number of attributes that succeeded.


[Back to Amiga Developer Docs]