CDocTemplate::GetNextDoc

This method retrieves 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.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

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

See Also

CDocTemplate::GetFirstDocPosition