count = GetAttrsA( object, taglist )
count = GetAttrs( object, tag, address, ... )
ULONG GetAttrsA( Object *, struct TagItem * )
ULONG GetAttrs( Object *, Tag, ... )
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.
The number of attributes that succeeded.