CDocTemplate::GetNextDoc

Call this member function to retrieve the list element identified by rPos, and then set rrPos to the POSITION value of the next entry in the list. If the retrieved element is the last in the list, then the new value of rPos is set to NULL.

Syntax

virtual CDocument* GetNextDoc( POSITION& rPos ) const = 0;

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CDocTemplate Overview, CDocTemplate Member Functions, Application Architecture Classes, CDocTemplate::GetFirstDocPosition