Q3AttributeSet_GetNextAttributeType
You can use theQ3AttributeSet_GetNextAttributeTypefunction to iterate through all the attributes in an attribute set.
TQ3Status Q3AttributeSet_GetNextAttributeType ( TQ3AttributeSet source, TQ3AttributeType *type);
source- An attribute set.
type- On entry, an attribute type. On exit, the attribute type of the attribute that immediately follows that attribute in the attribute set.
DESCRIPTION
TheQ3AttributeSet_GetNextAttributeTypefunction returns, in thetypeparameter, the attribute type of the attribute that immediately follows the attribute having the type specified by thetypeparameter in the attribute set specified by thesourceparameter. To get the type of the first attribute in the attribute set, passkQ3AttributeTypeNonein thetypeparameter.Q3AttributeSet_GetNextAttributeTypereturnskQ3AttributeTypeNonewhen it has reached then end of the list of attributes.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help