Next
TheNextmethod returns the next element in the platform type list that created this platform type-list iterator.
ODPlatformType Next ();
- return value
- The next element in the platform type list, or
kODNULLif you have reached the end of the platform type list.DISCUSSION
If your part calls this method before calling this platform type-list iterator'sFirstmethod to begin the iteration, then this method works the same as calling theFirstmethod.EXCEPTIONS
kODErrIteratorOutOfSync- The platform type list was modified while the iteration was in progress.
SEE ALSO
TheODPlatformTypetype (page 919).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help