Q3Group_GetLastPositionOfType
You can use theQ3Group_GetLastPositionOfTypefunction to get the position of the last object of a particular type in a group.
TQ3Status Q3Group_GetLastPositionOfType ( TQ3GroupObject group, TQ3ObjectType isType, TQ3GroupPosition *position);
group- A group.
isType- An object type.
position- On exit, a group position.
DESCRIPTION
TheQ3Group_GetLastPositionOfTypefunction returns, in thepositionparameter, the position of the last object in the group specified by thegroupparameter that has the type specified by theisTypeparameter.ERRORS
kQ3ErrorInvalidObject
kQ3ErrorNULLParameter
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help