Expand Minimize
This topic has not yet been rated - Rate this topic

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.

void LoadStdProfileSettings( 
   UINT nMaxMRU = _AFX_MRU_COUNT  
);
nMaxMRU

The number of recently used files to track.

If nMaxMRU is 0, no MRU list will be maintained.

Header: afxwin.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.