Next
TheNextmethod returns a reference to the next window in the window state.
ODWindow Next ();
- return value
- A reference to the next window in the window state, or
kODNULLif you have reached the last window.DISCUSSION
If your part calls this method before calling this window iterator'sFirstmethod to begin the iteration, then this method works the same as calling theFirstmethod.This method does not increment the reference count of the returned window object.
EXCEPTIONS
kODErrIteratorOutOfSync- The list of open windows was modified while the iteration was in progress.