Q3Group_GetNextObjectPosition
You can use theQ3Group_GetNextObjectPositionfunction to get the position of the next instance of an object in a group.
TQ3Status Q3Group_GetNextObjectPosition ( TQ3GroupObject group, TQ3Object object, TQ3GroupPosition *position);
group- A group.
object- An object.
position- On entry, a pointer to a valid group position. On exit, a pointer to the position in the specified group of the next instance of the specified object.
DESCRIPTION
TheQ3Group_GetNextObjectPositionfunction returns, in thepositionparameter, the position of the next instance in the group specified by thegroupparameter of the object specified by theobjectparameter. If the position specified on entry is the last instance of that object in the group,Q3Group_GetNextObjectPositionreturns the valueNULLin thepositionparameter.ERRORS
kQ3ErrorInvalidObject
kQ3ErrorInvalidPositionForGroup
kQ3ErrorNULLParameter
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help