CWinApp::LoadStdProfileSettings

Call this member function from within the InitInstance member function to enable and load the list of most recently used (MRU) files and last preview state.

Syntax

void LoadStdProfileSettings( UINT nMaxMRU = _AFX_MRU_COUNT );

At a Glance

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

See Also

CWinApp Overview, CWinApp Member Functions, Application Architecture Classes, CWinApp::AddToRecentFileList, CWinApp::InitInstance, CWinApp::OnFileOpen