Q3Group_GetPreviousPosition
You can use theQ3Group_GetPreviousPositionfunction to get the position of the previous object in a group.
TQ3Status Q3Group_GetPreviousPosition ( TQ3GroupObject group, TQ3GroupPosition *position);
group- A group.
position- On entry, a pointer to a valid group position. On exit, a pointer to the position in the specified group of the object that immediately precedes the object in that position.
DESCRIPTION
TheQ3Group_GetPreviousPositionfunction returns, in thepositionparameter, the position in the group specified by thegroupparameter of the object that immediately precedes the object having the position specified on entry in thepositionparameter. If the object specified on entry is the first object in the group,Q3Group_GetPreviousPositionreturns the valueNULLin thepositionparameter.ERRORS
kQ3ErrorInvalidObject
kQ3ErrorInvalidPositionForGroup
kQ3ErrorNULLParameter
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help