CWinApp::GetFirstDocTemplatePosition
POSITION GetFirstDocTemplatePosition( ) const;
Return Value
A POSITION value that can be used for iteration or object pointer retrieval; NULL if the list is empty.
Remarks
Gets the position of the first document template in the application. Use the POSITION value returned in a call to GetNextDocTemplate to get the first CDocTemplate object.
CWinApp Overview | Class Members | Hierarchy Chart
See Also CWinApp::AddDocTemplate, CWinApp::GetNextDocTemplate