Call this member function to get the position of the first document in the list of documents associated with this template. Use the POSITION value as an argument to CDocTemplate::GetNextDoc to iterate through the list of documents associated with the template.
virtual POSITION GetFirstDocPosition( ) const = 0;
Header File | Afxwin.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
CSingleDocTemplate overrides this pure virtual function. Any class you derive from CDocTemplate must also override this function.
CDocTemplate Overview, CDocTemplate Member Functions, Application Architecture Classes, CDocTemplate::GetNextDoc, CSingleDocTemplate