Previous
ThePreviousmethod returns a reference to the previous window in the window state.
ODWindow Previous ();
- return value
- A reference to the previous window in the window state, or
kODNULLif you have reached the first window.DISCUSSION
If your part calls this method before calling this window iterator'sLastmethod to begin the iteration, then this method works the same as calling theLastmethod.This method does not increment the reference count of the returned window object.
EXCEPTIONS
kODErrIteratorOutOfSyncThe list of open windows was modified while the iteration was in progress.